diff options
Diffstat (limited to 'community/python-gnutls/PKGBUILD')
-rw-r--r-- | community/python-gnutls/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/python-gnutls/PKGBUILD b/community/python-gnutls/PKGBUILD index 9c8c0296d..2542cf2dc 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' 'mips64el') 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} } |