summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a022aa7546d4..364bb0740d12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Sep 8 19:34:42 UTC 2017
pkgbase = python2-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.1.1
pkgrel = 1
url = https://github.com/isislovecruft/python-gnupg
arch = any
@@ -12,8 +10,8 @@ pkgbase = python2-gnupg-isis
depends = python2-psutil
provides = python2-gnupg
conflicts = python2-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.1.1.tar.gz
+ md5sums = d44b28493c3949a58e7895a24b2f67f7
pkgname = python2-gnupg-isis
diff --git a/PKGBUILD b/PKGBUILD
index 8c4345ab0766..75b101bc084f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-gnupg-isis
name=python-gnupg
-pkgver=2.3.1
+pkgver=3.1.1
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'
@@ -23,4 +23,4 @@ package() {
python2 setup.py install --root=${pkgdir} --optimize=1
}
-md5sums=('b08128652940f0dc1fd1b94d2e4efea2')
+md5sums=('d44b28493c3949a58e7895a24b2f67f7')