diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-21 03:40:08 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-21 03:40:08 +0000 |
commit | 6f1efdf04cd569f1191e365ac4c5d473bdfe2c15 (patch) | |
tree | e753b186882be1bf12fae5dfd53b2f73625ae2ea /community/cgit | |
parent | f4e0d41bdfa80b65960c85d4d526814a91f52e62 (diff) |
Tue Jan 21 03:36:05 UTC 2014
Diffstat (limited to 'community/cgit')
-rw-r--r-- | community/cgit/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/cgit/PKGBUILD b/community/cgit/PKGBUILD index e6535f2ea..f7912b40d 100644 --- a/community/cgit/PKGBUILD +++ b/community/cgit/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104326 2014-01-17 15:42:38Z lfleischer $ +# $Id: PKGBUILD 104414 2014-01-20 11:04:47Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Patrick Palka <patrick@parcs.ath.cx> @@ -10,7 +10,7 @@ pkgver=0.10 pkgrel=1 pkgdesc="A web interface for git written in plain C" arch=('i686' 'x86_64') -url="http://hjemli.net/git/cgit" +url="http://git.zx2c4.com/cgit/" license=('GPL2') depends=('openssl' 'luajit') makedepends=('zlib' 'curl' 'asciidoc') |