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 df36f7829..4607ece1c 100644 --- a/community/surf/PKGBUILD +++ b/community/surf/PKGBUILD @@ -9,7 +9,7 @@ pkgname=surf pkgver=0.6 pkgrel=1 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' 'xorg-xprop') |