mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/python to 3.2.2-1
This commit is contained in:
parent
9b87c021cd
commit
4bb00dd46a
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: PKGBUILD 131166 2011-07-11 13:06:25Z stephane $
|
# $Id: PKGBUILD 136999 2011-09-05 05:47:36Z allan $
|
||||||
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
|
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
|
||||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||||
# Contributor: Jason Chu <jason@archlinux.org>
|
# Contributor: Jason Chu <jason@archlinux.org>
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
plugrel=1
|
plugrel=1
|
||||||
|
|
||||||
pkgname=python
|
pkgname=python
|
||||||
pkgver=3.2.1
|
pkgver=3.2.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
_pybasever=3.2
|
_pybasever=3.2
|
||||||
pkgdesc="Next generation of the python high-level scripting language"
|
pkgdesc="Next generation of the python high-level scripting language"
|
||||||
|
@ -24,7 +24,7 @@ provides=('python3')
|
||||||
replaces=('python3')
|
replaces=('python3')
|
||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
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=('ab5cf4a4c21abe590dea87473a1dee6820699d79')
|
sha1sums=('5e654dbd48476193ccdef4d604ed4f45b48c6769')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/Python-${pkgver}"
|
cd "${srcdir}/Python-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue