diff options
Diffstat (limited to 'community/qgo/PKGBUILD')
-rw-r--r-- | community/qgo/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qgo/PKGBUILD b/community/qgo/PKGBUILD index 595c07c70..6bf66405d 100644 --- a/community/qgo/PKGBUILD +++ b/community/qgo/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.5.4 _realver=1.5.4-r3 pkgrel=4 pkgdesc="A Go client and full featured SGF editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qgo.sourceforge.net/" license=('GPL') depends=('qt3' 'libsm') |