summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:10:34 +0200
committerDaniel Peukert2023-04-01 13:10:34 +0200
commit3f0c04d5dc32a58cb84d4479ffcd76701d00a7b9 (patch)
tree9c9e91bc5ba82e21f0f8eb373be7e9068bd0268c
parent0e966dad3ade5264365f98bb73f14c50ca895cea (diff)
downloadaur-3f0c04d5dc32a58cb84d4479ffcd76701d00a7b9.tar.gz
Update 32-bit architectures based on available dependencies and binaries
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c599425ab1b5..12282fdc6a5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = orbterm
url = https://gitlab.redox-os.org/redox-os/orbterm
arch = x86_64
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 1439e5b4ea50..285cbc66137f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname='orbterm'
pkgver='0.3.6'
pkgrel='5'
pkgdesc='The default terminal for RedoxOS, compatible with Linux'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://gitlab.redox-os.org/redox-os/$pkgname"
license=('MIT')
depends=('sdl2')