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 503cac629..ba3a202c9 100644 --- a/community/cgit/PKGBUILD +++ b/community/cgit/PKGBUILD @@ -9,7 +9,7 @@ pkgname=cgit pkgver=0.9 pkgrel=2 pkgdesc="A web interface for git written in plain C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://hjemli.net/git/cgit" license=('GPL') depends=('openssl') |