summaryrefslogtreecommitdiff
path: root/community/python-gnupginterface
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-18 01:24:49 -0700
committerroot <root@rshg054.dnsready.net>2012-10-18 01:24:49 -0700
commit9e3985ed7c9851da65023a0ab3d0739cce1858e2 (patch)
tree817050bac0aea21506bd81fde0bd6a07d7e2d3e4 /community/python-gnupginterface
parentc84b2cd310f86dc50c4f52a5907cb17652e8c87c (diff)
Thu Oct 18 01:23:58 PDT 2012
Diffstat (limited to 'community/python-gnupginterface')
-rw-r--r--community/python-gnupginterface/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/python-gnupginterface/PKGBUILD b/community/python-gnupginterface/PKGBUILD
index 6f1e69381..33446e9b3 100644
--- a/community/python-gnupginterface/PKGBUILD
+++ b/community/python-gnupginterface/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
-pkgname=python-gnupginterface
+pkgbase=python-gnupginterface
+pkgname=python2-gnupginterface
pkgver=0.3.2
-pkgrel=6
+pkgrel=1
pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
arch=('i686' 'x86_64')
url='http://py-gnupg.sourceforge.net/'
license=('GPL')
depends=('gnupg' 'python2')
-provides=('gnupginterface')
-replaces=('gnupginterface')
+conflicts=('python-gnupginterface<=0.3.2-6')
+replaces=('python-gnupginterface<=0.3.2-6')
source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz")
md5sums=('d4627d83446f96bd8c22f8d15db3f7c2')
-build() {
+package_python2-gnupginterface() {
cd "$srcdir/GnuPGInterface-$pkgver"
python2 setup.py install --root="$pkgdir" -O1
}