summaryrefslogtreecommitdiff
path: root/community/python-gnutls/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-gnutls/PKGBUILD')
-rw-r--r--community/python-gnutls/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-gnutls/PKGBUILD b/community/python-gnutls/PKGBUILD
index 5eca1eea7..0c6280609 100644
--- a/community/python-gnutls/PKGBUILD
+++ b/community/python-gnutls/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 26275 2010-09-14 14:29:54Z schuay $
+# $Id: PKGBUILD 50350 2011-06-28 14:23:59Z 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.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc="Python wrapper for the GNUTLS library"
arch=('i686' 'x86_64')
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=('18a7b92abdc1598b916d7ff5019b72bf')
+md5sums=('b02d29b47830bbd8aec0b13206c2800e')
build() {
cd ${srcdir}/${pkgname}-${pkgver}