diff options
Diffstat (limited to 'community/go/PKGBUILD')
-rw-r--r-- | community/go/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index 24eda6252..cacbd5519 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -9,7 +9,7 @@ pkgver=r60.3 pkgrel=2 epoch=1 pkgdesc='Google Go compiler and tools (release version)' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://golang.org/" license=('custom') depends=('perl' 'ed') |