diff options
Diffstat (limited to 'community/libcss/PKGBUILD')
-rw-r--r-- | community/libcss/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libcss/PKGBUILD b/community/libcss/PKGBUILD index 4c5fb155e..05a2b7e1c 100644 --- a/community/libcss/PKGBUILD +++ b/community/libcss/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libcss pkgver=0.2.0 pkgrel=1 pkgdesc='CSS parser and selection engine' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.netsurf-browser.org/projects/libcss/' license=('MIT') depends=('libparserutils>=0.1.2' 'libwapcaplet>=0.2.0') |