summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-13 09:22:42 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-13 09:22:42 -0500
commit1a274201c465801ed2271018f426f0eaf7098215 (patch)
treee554a29c7c6e03abbcbe10b0fbcfdd0dcc0ee035
parent57f780f5913e0a1bf9a4f6d8b94309537d99cca7 (diff)
Add mips64el in arch() of php-xcache
-rw-r--r--extra/php-xcache/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/php-xcache/PKGBUILD b/extra/php-xcache/PKGBUILD
index 12c602b92..0d30a4d93 100644
--- a/extra/php-xcache/PKGBUILD
+++ b/extra/php-xcache/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=php-xcache
pkgver=2.0.0
pkgrel=3
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
pkgdesc='A PHP opcode cacher'
url='http://xcache.lighttpd.net/'
depends=('php')