diff options
author | Erich Eckner <git@eckner.net> | 2019-04-13 16:36:43 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-04-13 16:36:43 +0200 |
commit | 37865cb75b1e3dbaa123b1b1a807d8f202ab4532 (patch) | |
tree | aa4370121779c0169ce1f17bf80818e61e94e964 /alpine | |
parent | 6d3a9f2d36bf306b0c3c723d12275699f653a710 (diff) | |
download | archlinuxewe-37865cb75b1e3dbaa123b1b1a807d8f202ab4532.tar.xz |
pentium4 new
Diffstat (limited to 'alpine')
-rw-r--r-- | alpine/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index 81c7e7908..b569afc2c 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -5,7 +5,7 @@ pkgname=alpine pkgver=2.21.9999.r46.3443fe5 _commit=${pkgver##*.} pkgrel=1 -arch=("i686" "x86_64") +arch=("i686" "pentium4" "x86_64") pkgdesc="Apache licensed PINE mail user agent" url="http://alpine.freeiz.com" license=("APACHE") |