diff options
author | root <root@rshg054.dnsready.net> | 2011-09-06 23:14:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-06 23:14:33 +0000 |
commit | e2fb609d3af7a203357fd6ca983fef5f4dfba7eb (patch) | |
tree | 17d9357a559130a65cb1988b1e09cf8f1dd6bc55 /extra/python | |
parent | e05f52e52ba779f4b0ebb5463dba9fc74f67f0b8 (diff) |
Tue Sep 6 23:14:33 UTC 2011
Diffstat (limited to 'extra/python')
-rw-r--r-- | extra/python/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index c971f7337..f90d8576f 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" @@ -18,7 +18,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}" |