summaryrefslogtreecommitdiff
path: root/community/squid
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-01-01 14:10:26 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-01-01 14:10:26 -0500
commit0487d1b0b1abcea8bb2ce85e1893260431a8b0b3 (patch)
tree39ad1c8818376bdfafd0a54afe0eb24021334606 /community/squid
parentf61b4b6904834fec1765df29c485c3d977065bac (diff)
Add mips64el in archs
Diffstat (limited to 'community/squid')
-rw-r--r--community/squid/PKGBUILD2
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')