extra python to 3.3.1-1

This commit is contained in:
Kevin Mihelich 2013-04-08 13:18:14 +00:00
parent df6e5ae907
commit adc9552a9b

View file

@ -8,8 +8,8 @@
# - removed --with-valgrind from configure line
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')
@ -22,7 +22,7 @@ provides=('python3')
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}"