| author | Jelle van der Waa
<jelle@archlinux.org> 2024-04-05 08:16:09 UTC |
| committer | Jelle van der Waa
<jelle@archlinux.org> 2024-04-05 08:16:09 UTC |
| parent | 6a5f59c771fb7b10117e0036690cf0c324bc6693 |
| .SRCINFO | +1 | -1 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index ba4014c..207a8bc 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 = 3 + pkgrel = 4 url = https://github.com/mitya57/secretstorage arch = any license = BSD-3-Clause diff --git a/PKGBUILD b/PKGBUILD index d5d3d9e..61297f1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-secretstorage _pkgname=SecretStorage pkgver=3.3.3 -pkgrel=3 +pkgrel=4 pkgdesc="Securely store passwords and other private data using the SecretService DBus API" arch=('any') url="https://github.com/mitya57/secretstorage"