git » python-platformdirs.git » commit 732268c

Update to 2.5.4

author Antonio Rojas
2022-11-13 17:50:26 UTC
committer Antonio Rojas
2022-11-13 17:50:26 UTC
parent 2eb9dc4d7c68369406dcf5dc7ff59328e171d2b8

Update to 2.5.4

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index f07e0c5..7188050 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Tobias Roettger <toroettg@gmail.com>
 
 pkgname=python-platformdirs
-pkgver=2.5.3
+pkgver=2.5.4
 pkgrel=1
 pkgdesc='A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"'
 arch=('any')
@@ -12,7 +12,7 @@ depends=('python-typing_extensions')
 makedepends=('python-build' 'python-installer' 'python-hatchling' 'python-hatch-vcs')
 checkdepends=('python-pytest-mock')
 source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz")
-sha512sums=('550be64700a3f3cfe884989d26907ec420c55f229387a378f7c7eb8549415a55ee5027846955efb0e2429c0813e167a1fc3f78c6d7e3ca10672247a360b502dc')
+sha512sums=('1b7ff79a421bc0b0320a9b1ba8f99dbbecd34a9bea7fa7696b58007f2e05d8a910a3f32e2c03e6e3a8f3d272ab1c045051a682e3155c5bc5285e66e4add59489')
 
 build() {
   cd "$srcdir"/platformdirs-$pkgver