author | Caleb Maclennan
<alerque@archlinux.org> 2024-04-04 11:16:56 UTC |
committer | Caleb Maclennan
<alerque@archlinux.org> 2024-04-04 11:16:56 UTC |
parent | e564a24857350305b19f3c1b3290b769f552bd86 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index df14a48..e6dbba1 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.20.0 - pkgrel = 1 + pkgrel = 2 url = https://www.pycryptodome.org/ arch = x86_64 license = BSD diff --git a/PKGBUILD b/PKGBUILD index 4def178..44d4d98 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-pycryptodome pkgver=3.20.0 -pkgrel=1 +pkgrel=2 license=('BSD') arch=('x86_64') pkgdesc="Collection of cryptographic algorithms and protocols, implemented for use from Python 3."