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 /pcre-static | |
parent | 0c20b51a8aa10e48b54ac080ca1ef9f90ed594a6 (diff) | |
download | archlinuxewe-10c48ce1992f7bab620364056d6272603678295e.tar.xz |
build for pentium4, too
Diffstat (limited to 'pcre-static')
-rw-r--r-- | pcre-static/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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') |