Date: Saturday, September 29, 2012 @ 12:34:48 Author: stephane Revision: 167271
upgpkg: python 3.3.0-1 version bump to 3.3.0 final Modified: python/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-09-29 15:04:11 UTC (rev 167270) +++ PKGBUILD 2012-09-29 16:34:48 UTC (rev 167271) @@ -4,7 +4,7 @@ # Contributor: Jason Chu <[email protected]> pkgname=python -pkgver=3.3.0rc3 +pkgver=3.3.0 pkgrel=1 _pybasever=3.3 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=('a5601d2c5744df53f57277af77e7a0975fdeb331') +sha1sums=('833d73565e1b665f1878504081dc985a5a06e46a') build() { cd "${srcdir}/Python-${pkgver}"
