extra/python to 3.3.4-1

This commit is contained in:
Kevin Mihelich 2014-02-14 01:53:04 +00:00
parent c0f092c5ff
commit dcb0698200

View file

@ -9,8 +9,8 @@
# - removed --with-valgrind from configure line # - removed --with-valgrind from configure line
pkgname=python pkgname=python
pkgver=3.3.3 pkgver=3.3.4
pkgrel=1.1 pkgrel=1
_pybasever=3.3 _pybasever=3.3
pkgdesc="Next generation of the python high-level scripting language" pkgdesc="Next generation of the python high-level scripting language"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -23,7 +23,7 @@ options=('!makeflags')
provides=('python3') provides=('python3')
replaces=('python3') replaces=('python3')
source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz) source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
sha1sums=('af4e75a34bd538c79b9871227c2e7f56569ac107') sha1sums=('2c9586eeb4b6e45e9ebc28372c0856c709d9a522')
prepare() { prepare() {
cd "${srcdir}/Python-${pkgver}" cd "${srcdir}/Python-${pkgver}"