summaryrefslogtreecommitdiff
path: root/community/python-gnutls
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-23 00:01:51 +0000
committerroot <root@rshg054.dnsready.net>2012-06-23 00:01:51 +0000
commit11357a5ab02a7d536375fb8333b2fb67278b4a36 (patch)
treed7fcdafef9843eb4e64b1edb25c5ccbc0cffe8db /community/python-gnutls
parentfb930f28bff4a4b4b37444e3f570904d6db3d06e (diff)
Sat Jun 23 00:01:50 UTC 2012
Diffstat (limited to 'community/python-gnutls')
-rw-r--r--community/python-gnutls/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/python-gnutls/PKGBUILD b/community/python-gnutls/PKGBUILD
index 992a476ef..44e0d11fc 100644
--- a/community/python-gnutls/PKGBUILD
+++ b/community/python-gnutls/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 56532 2011-10-07 21:32:13Z spupykin $
+# $Id: PKGBUILD 72721 2012-06-21 11:07:34Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Hugo Doria <hugo@archlinux.org>
# Contributor: N3RD3X <n3rd3x@linuxmail.org>
pkgname=python-gnutls
-pkgver=1.2.2
+pkgver=1.2.4
pkgrel=1
pkgdesc="Python wrapper for the GNUTLS library"
arch=('i686' 'x86_64')
@@ -12,10 +12,9 @@ url="http://cheeseshop.python.org/pypi/python-gnutls"
depends=('python2' 'gnutls')
license=('LGPL')
source=(http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1ca32b3e2d22ca33a15222191efc04aa')
+md5sums=('e3536c421291a791869d875a41dcb26a')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
-# sed -i "s|openpgp_\(privkey_sign_hash\)|\1|g" gnutls/library/functions.py
python2 setup.py install --root=${pkgdir}
}