summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py-gnutls/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/py-gnutls/APKBUILD b/testing/py-gnutls/APKBUILD
index ba093c18f..1a1c67fc8 100644
--- a/testing/py-gnutls/APKBUILD
+++ b/testing/py-gnutls/APKBUILD
@@ -3,8 +3,8 @@
pkgname=py-gnutls
_name=python-gnutls
-pkgver=1.1.9
-pkgrel=1
+pkgver=1.2.0
+pkgrel=0
pkgdesc="Python wrapper for the GNUTLS library"
url="http://pypi.python.org/pypi/python-gnutls"
arch="all"
@@ -19,7 +19,5 @@ build() {
mkdir -p "$pkgdir"/usr/lib/python2.6/site-packages
python setup.py install --root="$pkgdir"
echo "/usr/lib/python2.6/site-packages/$_name-$pkgver-py2.6.egg" > "$pkgdir"/usr/lib/python2.6/site-packages/$_name.pth
-
}
-
-md5sums="bdd81a9dd3c2f87393cd6c014bf6885b python-gnutls-1.1.9.tar.gz"
+md5sums="18a7b92abdc1598b916d7ff5019b72bf python-gnutls-1.2.0.tar.gz"