diff options
author | root <root@rshg054.dnsready.net> | 2013-05-28 01:10:44 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-28 01:10:44 -0700 |
commit | 72a09de07cab5e8ad5c3ec7c36814663a3f7a33b (patch) | |
tree | 9c774a29dfc7d56aaca8e91b4a00a1c9b24f303d /community/cgit/PKGBUILD | |
parent | 39c27ccb8162e4ef41de8f2c354e598aa23bfa29 (diff) |
Tue May 28 01:10:44 PDT 2013
Diffstat (limited to 'community/cgit/PKGBUILD')
-rw-r--r-- | community/cgit/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/cgit/PKGBUILD b/community/cgit/PKGBUILD index 269bb7076..e6ce816b2 100644 --- a/community/cgit/PKGBUILD +++ b/community/cgit/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 88266 2013-04-15 11:13:22Z spupykin $ +# $Id: PKGBUILD 91791 2013-05-27 21:33:26Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Current Maintainer: Patrick Palka <patrick@parcs.ath.cx> # Previous Maintainer: Loui Chang <louipc.ist at gmail com> @@ -6,9 +6,9 @@ # Development: http://closure.ath.cx/aur-dev pkgname=cgit -pkgver=0.9.1 -_gitver=1.7.4 -pkgrel=2 +pkgver=0.9.2 +_gitver=1.8.3 +pkgrel=1 pkgdesc="A web interface for git written in plain C" arch=('i686' 'x86_64') url="http://hjemli.net/git/cgit" @@ -19,8 +19,8 @@ install=cgit.install source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz" "git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz" "apache.example.conf") -md5sums=('272ee8fec2d81ac1e65117578e64df1e' - 'c63cc7ca8a4bbf97c8802f354511223e' +md5sums=('fe11018eff8d79caad112f4fac64b90f' + '73224d3dc86c4999cc49484b49c9acc4' 'bd5696bea0654bfcf98f249b1a36737d') build() { |