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 a05aac7a3..b54f06cbc 100644 --- a/community/libcss/PKGBUILD +++ b/community/libcss/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libcss pkgver=0.1.1 pkgrel=1 pkgdesc="CSS parser and selection engine" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/libcss/" license=('MIT') depends=('libparserutils' 'libwapcaplet') |