From 5243d41dd2458bbe43a60750730ac59e97071187 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 10 Jun 2023 11:49:08 +0530 Subject: [PATCH] python3-platformdirs: update to 3.5.3. --- srcpkgs/python3-platformdirs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-platformdirs/template b/srcpkgs/python3-platformdirs/template index 033324479559..dc60d45ecfa4 100644 --- a/srcpkgs/python3-platformdirs/template +++ b/srcpkgs/python3-platformdirs/template @@ -1,6 +1,6 @@ # Template file for 'python3-platformdirs' pkgname=python3-platformdirs -version=3.5.1 +version=3.5.3 revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" @@ -12,7 +12,7 @@ license="MIT" homepage="https://platformdirs.rtfd.io/" changelog="https://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst" distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz" -checksum=412dae91f52a6f84830f39a8078cecd0e866cb72294a5c66808e74d5e88d251f +checksum=e48fabd87db8f3a7df7150a4a5ea22c546ee8bc39bc2473244730d4b56d2cc4e make_check_pre="env PYTHONPATH=src" post_install() {