diff options
Diffstat (limited to 'community/libnsbmp/PKGBUILD')
-rw-r--r-- | community/libnsbmp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libnsbmp/PKGBUILD b/community/libnsbmp/PKGBUILD index 04bfb620e..3a51b7da5 100644 --- a/community/libnsbmp/PKGBUILD +++ b/community/libnsbmp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libnsbmp pkgver=0.0.3 pkgrel=1 pkgdesc="Decoding library for BMP and ICO image file formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/libnsbmp" license=('MIT') depends=('glibc') |