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 a0fd143a3..e60cbd141 100644 --- a/community/gource/PKGBUILD +++ b/community/gource/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.35 pkgrel=1 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') source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz) |