Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
python-gnupginterface


Commits:
57b098fe by Lukas Fleischer at 2024-04-08T10:27:36+07:00
upgpkg: 0.3.2-12: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,14 @@
+pkgbase = python-gnupginterface
+       pkgdesc = A Python interface to GNU Privacy Guard (GnuPG).
+       pkgver = 0.3.2
+       pkgrel = 12
+       url = http://py-gnupg.sourceforge.net/
+       arch = x86_64
+       license = GPL
+       makedepends = python-setuptools
+       depends = gnupg
+       depends = python
+       source = 
https://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-0.3.2.tar.gz
+       sha256sums = 
0ea672251e2e3f71b62fef0c01539519d500f6b338f803af6b57e67a73cca8e6
+
+pkgname = python-gnupginterface


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,13 @@
 
 pkgname=python-gnupginterface
 pkgver=0.3.2
-pkgrel=11
+pkgrel=12
 pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
 arch=('x86_64')
 url='http://py-gnupg.sourceforge.net/'
 license=('GPL')
 depends=('gnupg' 'python')
+makedepends=('python-setuptools')
 
source=("https://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz";)
 sha256sums=('0ea672251e2e3f71b62fef0c01539519d500f6b338f803af6b57e67a73cca8e6')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gnupginterface/-/commit/57b098fe8f80e2fc9c6c6f17a458301ca8c7042e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gnupginterface/-/commit/57b098fe8f80e2fc9c6c6f17a458301ca8c7042e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to