summaryrefslogtreecommitdiff
path: root/extra/python/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python/PKGBUILD')
-rw-r--r--extra/python/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD
index 948c3f4eb..a29eaba92 100644
--- a/extra/python/PKGBUILD
+++ b/extra/python/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 131166 2011-07-11 13:06:25Z stephane $
+# $Id: PKGBUILD 136999 2011-09-05 05:47:36Z allan $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Jason Chu <jason@archlinux.org>
pkgname=python
-pkgver=3.2.1
+pkgver=3.2.2
pkgrel=1
_pybasever=3.2
pkgdesc="Next generation of the python high-level scripting language"
@@ -20,7 +20,7 @@ provides=('python3')
replaces=('python3')
options=('!makeflags')
source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('ab5cf4a4c21abe590dea87473a1dee6820699d79')
+sha1sums=('5e654dbd48476193ccdef4d604ed4f45b48c6769')
build() {
cd "${srcdir}/Python-${pkgver}"