Date: Monday, July 4, 2011 @ 09:05:23 Author: stephane Revision: 130227
3.2.1rc2, preparing python 3.2.1 Modified: python/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-07-04 13:03:50 UTC (rev 130226) +++ PKGBUILD 2011-07-04 13:05:23 UTC (rev 130227) @@ -4,7 +4,7 @@ # Contributor: Jason Chu <[email protected]> pkgname=python -pkgver=3.2.1rc1 +pkgver=3.2.1rc2 pkgrel=1 _pybasever=3.2 pkgdesc="Next generation of the python high-level scripting language" @@ -18,7 +18,7 @@ replaces=('python3') options=('!makeflags') source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz) -sha1sums=('e1241ea5269535089878d12d03147b47ef4612d3') +sha1sums=('bbd451136ee9db12b24fd507682cdf769d7931c1') build() { cd "${srcdir}/Python-${pkgver}"
