git » python-keyring.git » commit 19ce4c0

upgpkg: 25.5.0-2: Rebuild for Python 3.13

author Jelle van der Waa
2024-11-26 18:46:22 UTC
committer Jelle van der Waa
2024-11-26 18:46:22 UTC
parent 2ff6d45e2459bf478be8906066a2763441b27cf0

upgpkg: 25.5.0-2: Rebuild for Python 3.13

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index a3763f0..280c13c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-keyring
 	pkgdesc = Store and access your passwords safely
 	pkgver = 25.5.0
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/jaraco/keyring
 	arch = any
 	license = PSF-2.0
diff --git a/PKGBUILD b/PKGBUILD
index 9571ea9..00f2af2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
 pkgname=python-keyring
 _name=keyring
 pkgver=25.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Store and access your passwords safely'
 arch=('any')
 url='https://github.com/jaraco/keyring'