git » python-secretstorage.git » commit d3660fb

upgpkg: 3.3.3-5: Rebuild with Python 3.12

author Jelle van der Waa
2024-04-21 12:24:17 UTC
committer Jelle van der Waa
2024-04-21 12:24:17 UTC
parent 95ad46f171983ba51f48c0dd910a994d83c23d88

upgpkg: 3.3.3-5: Rebuild with Python 3.12

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 207a8bc..0b2d77b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-secretstorage
 	pkgdesc = Securely store passwords and other private data using the SecretService DBus API
 	pkgver = 3.3.3
-	pkgrel = 4
+	pkgrel = 5
 	url = https://github.com/mitya57/secretstorage
 	arch = any
 	license = BSD-3-Clause
diff --git a/PKGBUILD b/PKGBUILD
index 61297f1..34dcbb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 pkgname=python-secretstorage
 _pkgname=SecretStorage
 pkgver=3.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
 url="https://github.com/mitya57/secretstorage"