summaryrefslogtreecommitdiff
path: root/community/python-gnutls
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-08 23:14:35 +0000
committerroot <root@rshg054.dnsready.net>2011-10-08 23:14:35 +0000
commit40e90a19618851856689ef8697391d37ec6841a1 (patch)
tree7da3732dc1ee59e1b8c7aca11aee032f01eaa639 /community/python-gnutls
parent8a8ac56bbf82685c43072923560881e6b119ec66 (diff)
Sat Oct 8 23:14:35 UTC 2011
Diffstat (limited to 'community/python-gnutls')
-rw-r--r--community/python-gnutls/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/python-gnutls/PKGBUILD b/community/python-gnutls/PKGBUILD
index e2b7fcd88..992a476ef 100644
--- a/community/python-gnutls/PKGBUILD
+++ b/community/python-gnutls/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 50668 2011-06-29 11:39:49Z spupykin $
+# $Id: PKGBUILD 56532 2011-10-07 21:32:13Z 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.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
pkgdesc="Python wrapper for the GNUTLS library"
arch=('i686' 'x86_64')
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=('b02d29b47830bbd8aec0b13206c2800e')
+md5sums=('1ca32b3e2d22ca33a15222191efc04aa')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- sed -i "s|openpgp_\(privkey_sign_hash\)|\1|g" gnutls/library/functions.py
+# sed -i "s|openpgp_\(privkey_sign_hash\)|\1|g" gnutls/library/functions.py
python2 setup.py install --root=${pkgdir}
}