diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-16 22:03:54 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-16 22:03:54 +0100 |
commit | d503056ff0810f0e9a4d7430dd9a99ef666240d9 (patch) | |
tree | ce61331f893f95b1d3ae90eb3ea8e00adf2aa546 /community/cgit/PKGBUILD | |
parent | 0f2c3b17c081339b0c78fc54aa64a13a6b7e7c6e (diff) | |
parent | 99c34471cedb5de3afae4e33c48239abbe1410c7 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gtk-engine-unico/PKGBUILD
community/libfm/PKGBUILD
community/lxlauncher/PKGBUILD
community/lxpanel/PKGBUILD
community/ncmpcpp/PKGBUILD
community/sshguard/PKGBUILD
Diffstat (limited to 'community/cgit/PKGBUILD')
-rw-r--r-- | community/cgit/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/community/cgit/PKGBUILD b/community/cgit/PKGBUILD index 2b594e3d4..b1660d650 100644 --- a/community/cgit/PKGBUILD +++ b/community/cgit/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 71264 2012-05-26 07:35:52Z spupykin $ +# $Id: PKGBUILD 80035 2012-11-15 15:53:42Z 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,7 +6,7 @@ # Development: http://closure.ath.cx/aur-dev pkgname=cgit -pkgver=0.9.0.3 +pkgver=0.9.1 _gitver=1.7.4 pkgrel=1 pkgdesc="A web interface for git written in plain C" @@ -16,12 +16,11 @@ license=('GPL') depends=('openssl') makedepends=('git' 'zlib' 'curl' 'asciidoc') install=cgit.install -# "http://www.kernel.org/pub/software/scm/git/git-${_gitver}.tar.bz2" -source=("http://hjemli.net/git/cgit/snapshot/$pkgname-$pkgver.tar.bz2" - "http://arch.p5n.pp.ru/~sergej/dl/2011/git-${_gitver}.tar.bz2" +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=('3d5481bf8a507694108f0996b8bde235' - 'fa24dc1ef0b663327ea0fe1981365b39' +md5sums=('ed1a1ccccdcbf55ddd6a9de29bca6edf' + 'c63cc7ca8a4bbf97c8802f354511223e' 'bd5696bea0654bfcf98f249b1a36737d') build() { |