From 5730194b7387a3b1aaf1b1b8b28765942dc0b96f Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Tue, 22 Dec 2020 03:11:25 +0100 Subject: [PATCH] Include ARM and Pentium4 --- .SRCINFO | 4 +++- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index cb0ba00..dec9296 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,12 @@ pkgbase = python36 pkgdesc = Major release 3.6 of the Python high-level programming language pkgver = 3.6.12 - pkgrel = 1 + pkgrel = 2 url = http://www.python.org/ arch = i686 arch = x86_64 + arch = arm + arch = pentium4 license = custom makedepends = tk makedepends = sqlite diff --git a/PKGBUILD b/PKGBUILD index 45c267c..a027f83 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')