diff options
Diffstat (limited to 'extra/python/PKGBUILD')
-rw-r--r-- | extra/python/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index bd363b1d6..5ebc686fd 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 173845 2012-12-25 00:34:33Z foutrelis $ +# $Id: PKGBUILD 182150 2013-04-08 10:27:25Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Jason Chu <jason@archlinux.org> pkgname=python -pkgver=3.3.0 -pkgrel=3.1 +pkgver=3.3.1 +pkgrel=1 _pybasever=3.3 pkgdesc="Next generation of the python high-level scripting language" arch=('i686' 'x86_64' 'mips64el') @@ -19,7 +19,7 @@ provides=('python3') replaces=('python3') options=('!makeflags') source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz) -sha1sums=('833d73565e1b665f1878504081dc985a5a06e46a') +sha1sums=('393d7302c48bc911cd7faa7fa9b5fbcb9919bddc') build() { cd "${srcdir}/Python-${pkgver}" |