git » python-pycryptodome.git » commit 1e6f564

upgpkg: 3.21.0-2: Rebuild for Python 3.13

author Jelle van der Waa
2024-11-16 16:56:59 UTC
committer Jelle van der Waa
2024-11-16 16:56:59 UTC
parent d5738f105ea8749c8ba98c3ed694327a2f08f1ae

upgpkg: 3.21.0-2: Rebuild for Python 3.13

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 1c2d5eb..3e4c7cc 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 = 1
+	pkgrel = 2
 	url = https://www.pycryptodome.org/
 	arch = x86_64
 	license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 38d791d..26e4a56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=python-pycryptodome
 pkgver=3.21.0
-pkgrel=1
+pkgrel=2
 license=('BSD')
 arch=('x86_64')
 pkgdesc="Collection of cryptographic algorithms and protocols, implemented for use from Python 3."