diff options
author | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
commit | f6a79a3f5989efc8db63af942851c56f0c462bb1 (patch) | |
tree | 08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /community/python-gnupginterface/PKGBUILD | |
parent | e4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff) |
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'community/python-gnupginterface/PKGBUILD')
-rw-r--r-- | community/python-gnupginterface/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/community/python-gnupginterface/PKGBUILD b/community/python-gnupginterface/PKGBUILD index c484684b7..6f1e69381 100644 --- a/community/python-gnupginterface/PKGBUILD +++ b/community/python-gnupginterface/PKGBUILD @@ -1,15 +1,17 @@ -# Contributer: Aaron Schaefer <aaron@elasticdog.com> +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Aaron Schaefer <aaron@elasticdog.com> + pkgname=python-gnupginterface pkgver=0.3.2 -pkgrel=5 -pkgdesc="A Python interface to GNU Privacy Guard (GnuPG)" +pkgrel=6 +pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).' arch=('i686' 'x86_64') -url="http://py-gnupg.sourceforge.net/" +url='http://py-gnupg.sourceforge.net/' license=('GPL') depends=('gnupg' 'python2') provides=('gnupginterface') replaces=('gnupginterface') -source=(http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz) +source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz") md5sums=('d4627d83446f96bd8c22f8d15db3f7c2') build() { |