diff options
Diffstat (limited to 'community/cgit')
-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 deb501fa5..b1660d650 100644 --- a/community/cgit/PKGBUILD +++ b/community/cgit/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.9.1 _gitver=1.7.4 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') |