git » python-platformdirs.git » commit ae695e2

upgpkg: 4.2.0-2: Rebuild against Python 3.12 (without checks for bootstrapping)

author David Runge
2024-04-03 16:48:20 UTC
committer David Runge
2024-04-03 16:48:20 UTC
parent 5a614378442081c2cf013dea032b5f3ceced6ce6

upgpkg: 4.2.0-2: Rebuild against Python 3.12 (without checks for bootstrapping)

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index c76e2ba..fd13062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-platformdirs
 	pkgdesc = A library to determine platform-specific system directories
 	pkgver = 4.2.0
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/platformdirs/platformdirs
 	arch = any
 	license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 71a424f..ae71c69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 pkgname=python-platformdirs
 _name="${pkgname#python-}"
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A library to determine platform-specific system directories'
 arch=('any')
 url='https://github.com/platformdirs/platformdirs'