diff options
author | Erich Eckner <git@eckner.net> | 2021-06-18 20:12:26 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-06-18 20:12:26 +0200 |
commit | 10c48ce1992f7bab620364056d6272603678295e (patch) | |
tree | b9c55d2aed34c0f08b73347adedfe9f0cc3dcaa0 | |
parent | 0c20b51a8aa10e48b54ac080ca1ef9f90ed594a6 (diff) | |
download | archlinuxewe-10c48ce1992f7bab620364056d6272603678295e.tar.xz |
build for pentium4, too
-rw-r--r-- | binfmt-qemu-static-all-arch/PKGBUILD | 2 | ||||
-rw-r--r-- | pcre-static/PKGBUILD | 2 | ||||
-rw-r--r-- | perl-scalar-util-numeric/PKGBUILD | 2 | ||||
-rw-r--r-- | perl-sys-meminfo/PKGBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/binfmt-qemu-static-all-arch/PKGBUILD b/binfmt-qemu-static-all-arch/PKGBUILD index 0cd67da47..d906e2a22 100644 --- a/binfmt-qemu-static-all-arch/PKGBUILD +++ b/binfmt-qemu-static-all-arch/PKGBUILD @@ -7,7 +7,7 @@ pkgname=binfmt-qemu-static-all-arch pkgver=20210506 pkgrel=1 pkgdesc="Register qemu-static interpreters for various binary formats - all archetectures, intelligently removing the current archetecture" -arch=('armv5' 'armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64') +arch=('armv5' 'armv6h' 'armv7h' 'aarch64' 'i686' 'pentium4' 'x86_64') url="http://www.freedesktop.org/software/systemd/man/binfmt.d.html" license=('GPL') optdepends=('qemu-user-static') diff --git a/pcre-static/PKGBUILD b/pcre-static/PKGBUILD index a460ecd97..61df2b853 100644 --- a/pcre-static/PKGBUILD +++ b/pcre-static/PKGBUILD @@ -8,7 +8,7 @@ pkgname=pcre-static pkgver=8.45 pkgrel=1 pkgdesc="A library that implements Perl 5-style regular expressions" -arch=('i686' 'x86_64' 'armv6h' 'armv7h') +arch=('i686' 'pentium4' 'x86_64' 'armv6h' 'armv7h') url="http://www.pcre.org/" license=('BSD') depends=('gcc-libs') diff --git a/perl-scalar-util-numeric/PKGBUILD b/perl-scalar-util-numeric/PKGBUILD index 6de750d83..59fe4a14c 100644 --- a/perl-scalar-util-numeric/PKGBUILD +++ b/perl-scalar-util-numeric/PKGBUILD @@ -5,7 +5,7 @@ pkgname='perl-scalar-util-numeric' pkgver='0.40' pkgrel=4 pkgdesc='numeric tests for perl scalars' -arch=('x86_64' 'i686') +arch=('x86_64' 'pentium4' 'i686') license=('PerlArtistic' 'GPL') options=('!emptydirs') makedepends=( diff --git a/perl-sys-meminfo/PKGBUILD b/perl-sys-meminfo/PKGBUILD index 5f2bfcf75..9ad126db5 100644 --- a/perl-sys-meminfo/PKGBUILD +++ b/perl-sys-meminfo/PKGBUILD @@ -5,7 +5,7 @@ pkgname='perl-sys-meminfo' pkgver='0.99' pkgrel=6 pkgdesc='query the total free and used physical memory' -arch=('x86_64' 'i686') +arch=('x86_64' 'pentium4' 'i686') license=('PerlArtistic' 'GPL') options=('!emptydirs') url='https://metacpan.org/release/Sys-MemInfo' |