From 64e72407414ce0badfb541782125cd8e3a25c12e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 30 Jun 2011 23:11:47 +0000 Subject: Thu Jun 30 23:11:47 UTC 2011 --- community/python-gnutls/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/python-gnutls/PKGBUILD') 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 # Maintainer: Hugo Doria # Contributor: N3RD3X 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} } -- cgit v1.2.3-54-g00ecf