diff options
Diffstat (limited to 'community/redis/PKGBUILD')
-rw-r--r-- | community/redis/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD index 776460e97..1dbb52f23 100644 --- a/community/redis/PKGBUILD +++ b/community/redis/PKGBUILD @@ -7,7 +7,7 @@ pkgname=redis pkgver=2.2.8 pkgrel=1 pkgdesc="Advanced key-value store" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://redis.io/" #url="http://code.google.com/p/redis" license=('BSD') |