author | Jelle van der Waa
<jelle@archlinux.org> 2024-11-16 19:10:42 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2024-11-16 19:10:42 UTC |
parent | 1e6f564ac4ab6837f4dbfaf9382751000868df67 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 3e4c7cc..e955a41 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-pycryptodome pkgdesc = Collection of cryptographic algorithms and protocols, implemented for use from Python 3. pkgver = 3.21.0 - pkgrel = 2 + pkgrel = 3 url = https://www.pycryptodome.org/ arch = x86_64 license = BSD diff --git a/PKGBUILD b/PKGBUILD index 26e4a56..41637c0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-pycryptodome pkgver=3.21.0 -pkgrel=2 +pkgrel=3 license=('BSD') arch=('x86_64') pkgdesc="Collection of cryptographic algorithms and protocols, implemented for use from Python 3."