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 d9589aef6..3983d673c 100644 --- a/community/qgo/PKGBUILD +++ b/community/qgo/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.5.4 _realver=1.5.4-r2 pkgrel=3 pkgdesc="qGo is 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') |