mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/python to 3.3.4-1
This commit is contained in:
parent
c0f092c5ff
commit
dcb0698200
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue