diff options
Diffstat (limited to 'community/hubbub/PKGBUILD')
-rw-r--r-- | community/hubbub/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hubbub/PKGBUILD b/community/hubbub/PKGBUILD index 7036b3242..58b5947ee 100644 --- a/community/hubbub/PKGBUILD +++ b/community/hubbub/PKGBUILD @@ -6,7 +6,7 @@ pkgname=hubbub pkgver=0.1.0 pkgrel=1 pkgdesc="HTML5 compliant parsing library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/hubbub" license=('MIT') depends=('glibc' 'libparserutils') |