diff options
Diffstat (limited to 'community/libestr/PKGBUILD')
-rw-r--r-- | community/libestr/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libestr/PKGBUILD b/community/libestr/PKGBUILD index 4f994e609..0c7fdb6a3 100644 --- a/community/libestr/PKGBUILD +++ b/community/libestr/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.1.5 pkgrel=2 pkgdesc="essentials for string handling (and a bit more)" url="http://libestr.adiscon.com/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL2.1') depends=() source=("http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz") |