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