summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c2e65cdb22b..2ce9099b6653 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/isislovecruft/python-gnupg
arch = any
@@ -10,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.0.1.tar.gz
- md5sums = 492126fac43aa3fe86c4e7c70440b6ac
+ source = https://github.com/isislovecruft/python-gnupg/archive/2.0.2.tar.gz
+ md5sums = b3964a405ae4f28dab1e8d249cbe77dc
pkgname = python2-gnupg-isis
diff --git a/PKGBUILD b/PKGBUILD
index b73a1e1f7d12..0b57fb9904c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-gnupg-isis
name=python-gnupg
-pkgver=2.0.1
+pkgver=2.0.2
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'
@@ -22,4 +22,5 @@ package() {
cd $name-$pkgver
python2 setup.py install --root=${pkgdir} --optimize=1
}
-md5sums=('492126fac43aa3fe86c4e7c70440b6ac')
+
+md5sums=('b3964a405ae4f28dab1e8d249cbe77dc')