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 cd1a154f9..52b99ad1f 100644 --- a/community/python-memcached/PKGBUILD +++ b/community/python-memcached/PKGBUILD @@ -10,7 +10,7 @@ makedepends=('setuptools') source=(ftp://ftp.tummy.com/pub/$pkgname/$pkgname-$pkgver.tar.gz LICENSE) url="ftp://ftp.tummy.com/pub/python-memcached/" license=('Python') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') md5sums=('e4e9d65e5721a1bb01f8d657ddf3f03e' '5286ea4c34766a357085694e0984f116') |