Include ARM and Pentium4
This commit is contained in:
parent
a806767731
commit
5730194b73
4
.SRCINFO
4
.SRCINFO
|
@ -1,10 +1,12 @@
|
||||||
pkgbase = python36
|
pkgbase = python36
|
||||||
pkgdesc = Major release 3.6 of the Python high-level programming language
|
pkgdesc = Major release 3.6 of the Python high-level programming language
|
||||||
pkgver = 3.6.12
|
pkgver = 3.6.12
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://www.python.org/
|
url = http://www.python.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
arch = arm
|
||||||
|
arch = pentium4
|
||||||
license = custom
|
license = custom
|
||||||
makedepends = tk
|
makedepends = tk
|
||||||
makedepends = sqlite
|
makedepends = sqlite
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
pkgname=python36
|
pkgname=python36
|
||||||
pkgver=3.6.12
|
pkgver=3.6.12
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
_pybasever=3.6
|
_pybasever=3.6
|
||||||
_pymajver=3
|
_pymajver=3
|
||||||
pkgdesc="Major release 3.6 of the Python high-level programming language"
|
pkgdesc="Major release 3.6 of the Python high-level programming language"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64' 'arm' 'pentium4')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
url="http://www.python.org/"
|
url="http://www.python.org/"
|
||||||
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
|
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
|
||||||
|
|
Loading…
Reference in New Issue