diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-01-01 14:10:26 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-01-01 14:10:26 -0500 |
commit | 0487d1b0b1abcea8bb2ce85e1893260431a8b0b3 (patch) | |
tree | 39ad1c8818376bdfafd0a54afe0eb24021334606 /community/squid | |
parent | f61b4b6904834fec1765df29c485c3d977065bac (diff) |
Add mips64el in archs
Diffstat (limited to 'community/squid')
-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 b559c9b6c..919ff609a 100644 --- a/community/squid/PKGBUILD +++ b/community/squid/PKGBUILD @@ -8,7 +8,7 @@ pkgname=squid pkgver=3.2.5 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') |