mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/python to 3.5.2-3
This commit is contained in:
parent
9338eeba6d
commit
0f9ee52630
1 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
pkgname=python
|
pkgname=python
|
||||||
pkgver=3.5.2
|
pkgver=3.5.2
|
||||||
pkgrel=1
|
pkgrel=3
|
||||||
_pybasever=3.5
|
_pybasever=3.5
|
||||||
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')
|
||||||
|
@ -28,10 +28,12 @@ optdepends=('python-setuptools'
|
||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
provides=('python3')
|
provides=('python3')
|
||||||
replaces=('python3')
|
replaces=('python3')
|
||||||
source=("http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"
|
source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc}
|
||||||
dont-make-libpython-readonly.patch)
|
dont-make-libpython-readonly.patch)
|
||||||
sha1sums=('4843aabacec5bc0cdd3e1f778faa926e532794d2'
|
sha1sums=('4843aabacec5bc0cdd3e1f778faa926e532794d2'
|
||||||
|
'SKIP'
|
||||||
'c22b24324b8e53326702de439c401d97927ee3f2')
|
'c22b24324b8e53326702de439c401d97927ee3f2')
|
||||||
|
validpgpkeys=('97FC712E4C024BBEA48A61ED3A5CA953F73C700D') # Larry Hastings <larry@hastings.org>
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd Python-${pkgver}
|
cd Python-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue