git » python-pgpy.git » commit ca7f585

upgpkg: 0.6.0-3: Rebuild with Python 3.12

author Jelle van der Waa
2024-04-06 16:50:13 UTC
committer Jelle van der Waa
2024-04-06 16:50:13 UTC
parent bd2a3802f45ab2d56014e4868fab14a9337e23d7

upgpkg: 0.6.0-3: Rebuild with Python 3.12

.SRCINFO +18 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..75ecc0a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = python-pgpy
+	pkgdesc = Pretty Good Privacy for Python
+	pkgver = 0.6.0
+	pkgrel = 3
+	url = https://github.com/SecurityInnovation/PGPy
+	arch = any
+	license = BSD
+	checkdepends = python-pytest
+	checkdepends = python-pytest-order
+	makedepends = git
+	makedepends = python-setuptools
+	depends = python
+	depends = python-cryptography
+	depends = python-pyasn1
+	source = python-pgpy::git+https://github.com/SecurityInnovation/PGPy.git#commit=a0e56ff79df37652208002dba9f37e29f451c8ac
+	b2sums = SKIP
+
+pkgname = python-pgpy
diff --git a/PKGBUILD b/PKGBUILD
index ac87a6d..0190fd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=python-pgpy
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Pretty Good Privacy for Python'
 arch=('any')
 license=('BSD')