git » python-secretstorage.git » commit e6c6c2f

rebuild with python 3.11

author Felix Yan
2023-04-08 03:39:19 UTC
committer Felix Yan
2023-04-08 03:39:19 UTC
parent 98072b2c3b7cfd48b9c21892904263214b5f2fb6

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index b00ba43..4c25782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 pkgname=python-secretstorage
 _pkgname=SecretStorage
 pkgver=3.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
 url="https://github.com/mitya57/secretstorage"