diff options
Diffstat (limited to 'community/surf/PKGBUILD')
-rw-r--r-- | community/surf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/surf/PKGBUILD b/community/surf/PKGBUILD index c456f5c45..3ac7a21e7 100644 --- a/community/surf/PKGBUILD +++ b/community/surf/PKGBUILD @@ -8,7 +8,7 @@ pkgname=surf pkgver=0.4.1 pkgrel=2 pkgdesc="A simple web browser based on WebKit/GTK+." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://surf.suckless.org/' license=('MIT') depends=('libwebkit') |