summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af28410c5777..34e50610d33d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Sep 7 09:13:49 UTC 2017
+# Mon Oct 9 10:56:55 UTC 2017
pkgbase = python-pygpgme-rshk-git
pkgdesc = A Python interface to the gpgme GnuPG library (rshk fork)
pkgver = r18.6c7566b
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/rshk/pygpgme
arch = x86_64
license = LGPL
@@ -24,3 +24,7 @@ pkgname = python-pygpgme-rshk-git
depends = python
depends = gpgme
+pkgname = python2-pygpgme-rshk-git
+ depends = python2
+ depends = gpgme
+
diff --git a/PKGBUILD b/PKGBUILD
index a2e81f799fba..65be00defd43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
# News updates for packages can be followed at https://devblog.square-r00t.net
-pkgname=python-pygpgme-rshk-git
+pkgname=('python-pygpgme-rshk-git' 'python2-pygpgme-rshk-git')
pkgver=r18.6c7566b
-pkgrel=3
+pkgrel=4
pkgdesc="A Python interface to the gpgme GnuPG library (rshk fork)"
arch=('x86_64' )
url="https://github.com/rshk/pygpgme"