[arch-commits] Commit in python2-gnutls/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Thu Mar 10 12:29:11 UTC 2016


    Date: Thursday, March 10, 2016 @ 13:29:11
  Author: spupykin
Revision: 165930

upgpkg: python2-gnutls 3.0.0-1

upd

Modified:
  python2-gnutls/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-10 12:29:08 UTC (rev 165929)
+++ PKGBUILD	2016-03-10 12:29:11 UTC (rev 165930)
@@ -4,8 +4,8 @@
 # Contributor: N3RD3X <n3rd3x at linuxmail.org>
 
 pkgname=python2-gnutls
-pkgver=2.0.1
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="Python wrapper for the GNUTLS library"
 arch=('any')
 url="http://cheeseshop.python.org/pypi/python-gnutls"
@@ -14,14 +14,14 @@
 source=(http://pypi.python.org/packages/source/p/python-gnutls/python-gnutls-${pkgver}.tar.gz
 	libraryinit.patch
 	libraryfunctions.patch)
-md5sums=('adba310851a15d19ff29355385c6f74f'
+md5sums=('bea3c2452ed3e92b2c58c62b0d8b5ea0'
          'cf61e4cb5a8e1ef1a96384aed0c0670a'
          'ed930abe1554dd53a7f6f14747496f2e')
 
 prepare() {
   cd ${srcdir}/python-gnutls-${pkgver}
-  patch -p1 <$srcdir/libraryinit.patch
-  patch -p1 <$srcdir/libraryfunctions.patch
+#  patch -p1 <$srcdir/libraryinit.patch
+#  patch -p1 <$srcdir/libraryfunctions.patch
 }
 
 package() {



More information about the arch-commits mailing list