diff options
Diffstat (limited to 'community/cgit/PKGBUILD')
-rw-r--r-- | community/cgit/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cgit/PKGBUILD b/community/cgit/PKGBUILD index f7912b40d..92131c0ad 100644 --- a/community/cgit/PKGBUILD +++ b/community/cgit/PKGBUILD @@ -9,7 +9,7 @@ pkgname=cgit pkgver=0.10 pkgrel=1 pkgdesc="A web interface for git written in plain C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://git.zx2c4.com/cgit/" license=('GPL2') depends=('openssl' 'luajit') |