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 274a492fa..500e28dc9 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -9,7 +9,7 @@ pkgver=r57.1 pkgrel=3 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') |