diff options
Diffstat (limited to 'community/qgit/PKGBUILD')
-rw-r--r-- | community/qgit/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qgit/PKGBUILD b/community/qgit/PKGBUILD index f06f20937..d4f02325f 100644 --- a/community/qgit/PKGBUILD +++ b/community/qgit/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.3 pkgrel=2 pkgdesc="A GIT GUI viewer built on Qt/C++" url="http://digilander.libero.it/mcostalba/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('qt' 'git') options=(!makeflags !ccache) #makepkg3 options, ccache is a no-go |