Updating python-gnutls to 1.2.3.

This commit is contained in:
Daniele 2012-01-11 12:47:49 +00:00
parent 17cf1ff1db
commit f3fa5b7d63

View File

@ -8,7 +8,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=python-gnutls
pkgver=1.2.2
pkgver=1.2.3
pkgrel=1
pkgdesc="Python wrapper for the GNU TLS library."
arch=('any')
@ -16,7 +16,7 @@ license=('LGPL')
depends=('python2')
url="http://ag-projects.com/"
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('1ca32b3e2d22ca33a15222191efc04aa')
md5sums=('a24fa2737e7ccf379f603707f5709317')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"