diff options
Diffstat (limited to 'community/netsurf/PKGBUILD')
-rw-r--r-- | community/netsurf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/netsurf/PKGBUILD b/community/netsurf/PKGBUILD index acfb4b778..ee86ab0fa 100644 --- a/community/netsurf/PKGBUILD +++ b/community/netsurf/PKGBUILD @@ -8,7 +8,7 @@ pkgname=netsurf pkgver=2.9 pkgrel=3 pkgdesc="Lightweight and fast web browser" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/" license=('GPL') depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'libcss>=0.1.2' 'hubbub>=0.1.2' 'libwebp>=0.1.99') |