diff options
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() { |