diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-10 19:56:14 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-10 19:56:14 +0200 |
commit | 8845a9282dc3d8d16d17c371cc80efbdd23db3ae (patch) | |
tree | ea2f0168884827a1d86a5ab601a7c96b5dda41ab | |
parent | 3b9d35bc760011020e0e84b576020dd67798f313 (diff) |
cups builds on mips64el.
-rw-r--r-- | extra/cups/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/cups/PKGBUILD b/extra/cups/PKGBUILD index 7a7ec85d7..e292b2c4a 100644 --- a/extra/cups/PKGBUILD +++ b/extra/cups/PKGBUILD @@ -5,7 +5,7 @@ pkgbase="cups" pkgname=('libcups' 'cups') pkgver=1.5.3 pkgrel=4 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.cups.org/" makedepends=('libtiff>=4.0.0' 'libpng>=1.5.7' 'acl' 'openslp' 'pam' 'xdg-utils' 'krb5' 'gnutls>=2.8.3' 'cups-filters' 'bc' |