* update python-platformdirs to 4.3.6-2

This commit is contained in:
Alexander Baldeck 2024-12-03 22:45:45 +01:00
parent 30155d09c8
commit 0dca9680da
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
pkgbase = python-platformdirs
pkgdesc = A library to determine platform-specific system directories
pkgver = 4.3.6
pkgrel = 1
url = https://github.com/platformdirs/platformdirs
pkgrel = 2
url = https://github.com/tox-dev/platformdirs
arch = any
license = MIT
checkdepends = python-pytest
@ -14,7 +14,7 @@ pkgbase = python-platformdirs
makedepends = python-hatchling
makedepends = python-hatch-vcs
depends = python
source = python-platformdirs::git+https://github.com/platformdirs/platformdirs#tag=4.3.6
source = python-platformdirs::git+https://github.com/tox-dev/platformdirs#tag=4.3.6
sha512sums = 99759ceddeefc7817a5307eae543504cbbf2c27fe6d5c314d4ceb8bc578a91afc69c562bbd93b1a72d7c72ef06f6f3e9c932a7247d4b5137aa814d834224e99b
b2sums = c4f5c4c547fe56faeb84927f69d5968ef31409d819ad33d6f9781f1acea8514a46c83a5ea8383c472936bbb2ed2d52ec74f022e27fa208f08a29796a29dee8e6

View File

@ -6,7 +6,7 @@
pkgname=python-platformdirs
_name="${pkgname#python-}"
pkgver=4.3.6
pkgrel=1
pkgrel=2
pkgdesc='A library to determine platform-specific system directories'
arch=(any)
url='https://github.com/tox-dev/platformdirs'