diff options
author | Erich Eckner <git@eckner.net> | 2020-02-19 14:19:18 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-02-19 14:19:18 +0100 |
commit | d6754d85f509d507b7b064a1b47c750db781d017 (patch) | |
tree | a33c91595407acb400145e5bbb9b957653ce451d /fetchmail | |
parent | d0018bb076bb1e7a70973cdb396a6cbfc1f541a1 (diff) | |
download | archlinuxewe-d6754d85f509d507b7b064a1b47c750db781d017.tar.xz |
fetchmail: should build on i486, i686 and pentium4, too
Diffstat (limited to 'fetchmail')
-rw-r--r-- | fetchmail/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail/PKGBUILD b/fetchmail/PKGBUILD index b44f4a8fc..454c18518 100644 --- a/fetchmail/PKGBUILD +++ b/fetchmail/PKGBUILD @@ -4,7 +4,7 @@ pkgname=fetchmail pkgver=6.4.2 pkgrel=1 pkgdesc="A remote-mail retrieval utility" -arch=('x86_64') +arch=('i486' 'i686' 'pentium4' 'x86_64') url="http://www.fetchmail.info" license=('GPL') depends=('openssl') |