git » python-platformdirs.git » commit f84a582

Update to 3.1.0

author Antonio Rojas
2023-03-16 08:59:46 UTC
committer Antonio Rojas
2023-03-16 08:59:46 UTC
parent cae24c4ff80347dbd211f9237c0ba4a5e262135e

Update to 3.1.0

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 56ebe9c..09b1192 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Tobias Roettger <toroettg@gmail.com>
 
 pkgname=python-platformdirs
-pkgver=3.0.0
+pkgver=3.1.0
 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' 'python-appdirs')
 source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz")
-sha512sums=('8d21d314377fca8773a78261634ff24e3be668a2ad640f8abd16c5913873d977e04f76df943f4abc52a31d977daf79c1bbf80bc45fd12ad5e0258a27a1915059')
+sha512sums=('5a9bf5add75d823be5858b8a74edc023e14f7c4cdf1ccb763c23e427b828734d3b3856fc1c684f467a6976929e949f9ab274dad1d19881dd114037b605ce5f27')
 
 build() {
   cd platformdirs-$pkgver