| author | Jelle van der Waa
<jelle@archlinux.org> 2024-11-23 09:00:26 UTC |
| committer | Jelle van der Waa
<jelle@archlinux.org> 2024-11-23 09:00:26 UTC |
| parent | 62b29bfcdfead4b0c864ad8d1dfdd325356c9a29 |
| .SRCINFO | +1 | -1 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 0b2d77b..a8a6ff0 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 = 5 + pkgrel = 6 url = https://github.com/mitya57/secretstorage arch = any license = BSD-3-Clause diff --git a/PKGBUILD b/PKGBUILD index 64681b9..4ffdf68 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-secretstorage _pkgname=SecretStorage pkgver=3.3.3 -pkgrel=5 +pkgrel=6 pkgdesc="Securely store passwords and other private data using the SecretService DBus API" arch=('any') url="https://github.com/mitya57/secretstorage"