diff options
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') |