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 c09ef110a..e69522fbe 100644 --- a/community/cgit/PKGBUILD +++ b/community/cgit/PKGBUILD @@ -9,7 +9,7 @@ pkgname=cgit pkgver=0.9.0.1 pkgrel=1 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') |