diff options
Diffstat (limited to 'community/python-memcached/PKGBUILD')
-rw-r--r-- | community/python-memcached/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-memcached/PKGBUILD b/community/python-memcached/PKGBUILD index f9d01cbfe..f90b83dae 100644 --- a/community/python-memcached/PKGBUILD +++ b/community/python-memcached/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.48 pkgrel=1 pkgdesc="A Python interface to memcached" url="ftp://ftp.tummy.com/pub/python-memcached/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('Python') source=(ftp://ftp.tummy.com/pub/$pkgname/$pkgname-$pkgver.tar.gz LICENSE) makedepends=('setuptools') |