summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302019-12-15 17:37:46 +0100
committerM0Rf302019-12-15 17:37:46 +0100
commitb401b7ca050e8ed5fe153cd36ee57fb8376859b1 (patch)
treeb1595813c059aa1e45f91ce1a9281fc2bef6628a
parentfa90b17ee38daf1e0afa1489a1273878b8e6ebec (diff)
downloadaur-b401b7ca050e8ed5fe153cd36ee57fb8376859b1.tar.gz
python-gnupg-isis
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34dbb001226d..622520a6eeb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gnupg-isis
pkgdesc = A modified version of python-gnupg, including security patches, extensive documentation, and extra features. The gnupg module allows Python programs to make use of the functionality provided by the GNU Privacy Guard.
- pkgver = 2.3.1
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/isislovecruft/python-gnupg
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-gnupg-isis
depends = python-psutil
provides = python-gnupg
conflicts = python-gnupg
- source = https://github.com/isislovecruft/python-gnupg/archive/2.3.1.tar.gz
- md5sums = b08128652940f0dc1fd1b94d2e4efea2
+ source = https://github.com/isislovecruft/python-gnupg/archive/3.0.0.tar.gz
+ md5sums = aa8b038e3b8b10785d09d5bb04aff513
pkgname = python-gnupg-isis
diff --git a/PKGBUILD b/PKGBUILD
index 600125bd4f6a..734b2a4f6f9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: KopfKrieg <archlinux [at] absolem [dot] cc>
-
+# Maintainer: robertfoster
pkgname=python-gnupg-isis
name=python-gnupg
-pkgver=2.3.1
+pkgver=3.0.0
pkgrel=1
pkgdesc='A modified version of python-gnupg, including security patches, extensive documentation, and extra features. The gnupg module allows Python programs to make use of the functionality provided by the GNU Privacy Guard.'
url='https://github.com/isislovecruft/python-gnupg'
@@ -12,7 +12,6 @@ depends=('python' 'gnupg' 'python-psutil')
conflicts=('python-gnupg')
provides=('python-gnupg')
source=("https://github.com/isislovecruft/python-gnupg/archive/$pkgver.tar.gz")
-md5sums=('b08128652940f0dc1fd1b94d2e4efea2')
build() {
cd $name-$pkgver
@@ -23,3 +22,4 @@ package() {
cd $name-$pkgver
python setup.py install --root=${pkgdir} --optimize=1
}
+md5sums=('aa8b038e3b8b10785d09d5bb04aff513')