summaryrefslogtreecommitdiff
path: root/community/python-gnutls/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-gnutls/PKGBUILD')
-rw-r--r--community/python-gnutls/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/python-gnutls/PKGBUILD b/community/python-gnutls/PKGBUILD
index 0c6280609..e2b7fcd88 100644
--- a/community/python-gnutls/PKGBUILD
+++ b/community/python-gnutls/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 50350 2011-06-28 14:23:59Z spupykin $
+# $Id: PKGBUILD 50668 2011-06-29 11:39:49Z 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=1
+pkgrel=2
pkgdesc="Python wrapper for the GNUTLS library"
arch=('i686' 'x86_64')
url="http://cheeseshop.python.org/pypi/python-gnutls"
@@ -16,5 +16,6 @@ md5sums=('b02d29b47830bbd8aec0b13206c2800e')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
+ sed -i "s|openpgp_\(privkey_sign_hash\)|\1|g" gnutls/library/functions.py
python2 setup.py install --root=${pkgdir}
}