git » python-pycryptodome.git » commit 47bb33e

rebuild with python 3.11

author Felix Yan
2023-04-06 17:22:33 UTC
committer Felix Yan
2023-04-06 17:22:33 UTC
parent 1b1886a64dadbe36c514cebd55c69680eafe4e41

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index f14456b..096f80e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname='python-pycryptodome'
 pkgver=3.17.0
-pkgrel=1
+pkgrel=2
 license=('BSD')
 arch=('x86_64')
 pkgdesc="Collection of cryptographic algorithms and protocols, implemented for use from Python 3."