summaryrefslogtreecommitdiff
path: root/community/netsurf-buildsystem
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-05-15 04:05:01 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-05-15 04:05:01 -0500
commitb90f83b99150003a2022c3a4bbad90b12eb56b7e (patch)
treefb2047cbeaa71fabba55e68dc8f5d4838fb5018c /community/netsurf-buildsystem
parent61aea54ae027f4d27c2bb4f92f09b50e967bf867 (diff)
Add mips64el in archs
Diffstat (limited to 'community/netsurf-buildsystem')
-rw-r--r--community/netsurf-buildsystem/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/netsurf-buildsystem/PKGBUILD b/community/netsurf-buildsystem/PKGBUILD
index 3787946b4..5ef63065d 100644
--- a/community/netsurf-buildsystem/PKGBUILD
+++ b/community/netsurf-buildsystem/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=netsurf-buildsystem
pkgver=1.0
pkgrel=1
pkgdesc='The Netsurf buildsystem'
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'mips64el')
url='http://www.netsurf-browser.org/'
license=('MIT')
source=("http://download.netsurf-browser.org/libs/releases/buildsystem-$pkgver.tar.gz")