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 6b01b1638..392c8257d 100644 --- a/community/libnsbmp/PKGBUILD +++ b/community/libnsbmp/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libnsbmp pkgver=0.1.0 pkgrel=1 pkgdesc='Decoding library for BMP and ICO image file formats' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.netsurf-browser.org/projects/libnsbmp/' license=('MIT') depends=('glibc') |