diff options
Diffstat (limited to 'community/squid/PKGBUILD')
-rw-r--r-- | community/squid/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD index 070376bf2..9e63cf082 100644 --- a/community/squid/PKGBUILD +++ b/community/squid/PKGBUILD @@ -8,7 +8,7 @@ pkgname=squid pkgver=3.3.3 pkgrel=1 pkgdesc='Full-featured Web proxy cache server' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.squid-cache.org' depends=('openssl' 'pam' 'cron' 'perl' 'libltdl') makedepends=('libcap') |