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