diff options
Diffstat (limited to 'community/gource/PKGBUILD')
-rw-r--r-- | community/gource/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD index dd6510a37..701199e19 100644 --- a/community/gource/PKGBUILD +++ b/community/gource/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.40 pkgrel=4 pkgdesc="software version control visualization" license=(GPL3) -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url=http://code.google.com/p/gource/ depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs') makedepends=('boost' 'glm' 'mesa') |