summaryrefslogtreecommitdiff
path: root/extra/python
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-07 09:18:06 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-07 09:18:06 -0300
commitf5e3722a8eb73a1d34f74d29e19eb4b8cc7f251d (patch)
tree52b4ae75af50a8a519ff3921e1e82a7a47c212b6 /extra/python
parent86461beb7cde87c32ae26efa1916543955452dfc (diff)
parente2fb609d3af7a203357fd6ca983fef5f4dfba7eb (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: extra/maxima/PKGBUILD extra/rcs/PKGBUILD extra/sbcl/PKGBUILD multilib/lib32-libx11/PKGBUILD testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'extra/python')
-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}"