summaryrefslogtreecommitdiff
path: root/community/python2-gnutls
diff options
context:
space:
mode:
Diffstat (limited to 'community/python2-gnutls')
-rw-r--r--community/python2-gnutls/PKGBUILD4
-rw-r--r--community/python2-gnutls/libraryinit.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/community/python2-gnutls/PKGBUILD b/community/python2-gnutls/PKGBUILD
index 42912d1bd..0d3e97324 100644
--- a/community/python2-gnutls/PKGBUILD
+++ b/community/python2-gnutls/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python2-gnutls
pkgver=1.2.5
-pkgrel=3
+pkgrel=4
pkgdesc="Python wrapper for the GNUTLS library"
arch=('i686' 'x86_64')
url="http://cheeseshop.python.org/pypi/python-gnutls"
@@ -15,7 +15,7 @@ source=(http://pypi.python.org/packages/source/p/python-gnutls/python-gnutls-${p
libraryinit.patch
libraryfunctions.patch)
md5sums=('a398a75b1f366857cf2628cf4d62dd34'
- '28227b8626e8a7df81cf3b7dae88bd80'
+ '2ac537f816225bc324a9e0529774df48'
'9907d3a446fdc3b33a70e57925d67298')
build() {
diff --git a/community/python2-gnutls/libraryinit.patch b/community/python2-gnutls/libraryinit.patch
index 5f987b513..5a82bbcf8 100644
--- a/community/python2-gnutls/libraryinit.patch
+++ b/community/python2-gnutls/libraryinit.patch
@@ -5,7 +5,7 @@
gcry_control = libgcrypt.gcry_control
else:
- gcry_control = libgnutls.gcry_control
-+ libgcrypt = load_library(name='gcrypt', version=11)
++ libgcrypt = load_library(name='gcrypt', version=20)
+ gcry_control = libgcrypt.gcry_control
gcry_control(GCRYCTL_SET_THREAD_CBS, c_void_p(gcrypt_thread_callbacks_ptr))