Date: Sunday, April 7, 2013 @ 01:26:20 Author: stephane Revision: 182102
upgpkg: python 3.3.1-1 upstream update Modified: python/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-06 21:59:09 UTC (rev 182101) +++ PKGBUILD 2013-04-06 23:26:20 UTC (rev 182102) @@ -4,8 +4,8 @@ # Contributor: Jason Chu <[email protected]> pkgname=python -pkgver=3.3.0 -pkgrel=3 +pkgver=3.3.1 +pkgrel=1 _pybasever=3.3 pkgdesc="Next generation of the python high-level scripting language" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ replaces=('python3') options=('!makeflags') source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz) -sha1sums=('833d73565e1b665f1878504081dc985a5a06e46a') +sha1sums=('393d7302c48bc911cd7faa7fa9b5fbcb9919bddc') build() { cd "${srcdir}/Python-${pkgver}"
