summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Kunze2020-12-22 03:11:25 +0100
committerTobias Kunze2020-12-22 03:11:43 +0100
commit5730194b7387a3b1aaf1b1b8b28765942dc0b96f (patch)
tree84f6ea97727ffd0127037ba0a6282bb44739339c /PKGBUILD
parenta8067677313cf63b51b0f5ea187cd2714594c1af (diff)
downloadaur-5730194b7387a3b1aaf1b1b8b28765942dc0b96f.tar.gz
Include ARM and Pentium4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45c267c0ec2a..a027f830af48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python36
pkgver=3.6.12
-pkgrel=1
+pkgrel=2
_pybasever=3.6
_pymajver=3
pkgdesc="Major release 3.6 of the Python high-level programming language"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'arm' 'pentium4')
license=('custom')
url="http://www.python.org/"
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')