summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:00:57 +0200
committerDaniel Peukert2023-04-01 13:00:57 +0200
commitc99f67e075085f356f914cd73834c1e84a52a5be (patch)
treed5a330f0ea9fb7f1368aeea17884abff234686dc
parent881d8f094b7a5f40592d757382f17ec1bcbb3abb (diff)
downloadaur-c99f67e075085f356f914cd73834c1e84a52a5be.tar.gz
Update 32-bit architectures based on available dependencies and binaries
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 900b7143a892..96cda9179ee3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,9 @@ pkgbase = ocaml-fileutils
pkgrel = 1
url = https://github.com/gildor478/ocaml-fileutils
arch = x86_64
+ arch = i486
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = custom:LGPL2.1 with linking exception
diff --git a/PKGBUILD b/PKGBUILD
index 955b83059156..1f417a55cd1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname='ocaml-fileutils'
pkgver='0.6.4'
pkgrel='1'
pkgdesc='OCaml API to manipulate real files and filenames'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$pkgname"
license=('custom:LGPL2.1 with linking exception')
depends=('ocaml>=4.03.0' 'ocaml-seq' 'ocaml-stdlib-shims')