diff options
Diffstat (limited to 'extra/fetchmail/PKGBUILD')
-rw-r--r-- | extra/fetchmail/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/fetchmail/PKGBUILD b/extra/fetchmail/PKGBUILD index 9463a9277..80316e094 100644 --- a/extra/fetchmail/PKGBUILD +++ b/extra/fetchmail/PKGBUILD @@ -6,7 +6,7 @@ pkgver=6.3.19 pkgrel=1 pkgdesc="A remote-mail retrieval utility" url="http://fetchmail.berlios.de/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc' 'openssl' 'python2') optdepends=('tk: fetchmailconf') options=('!makeflags') |