summaryrefslogtreecommitdiff
path: root/community/cgit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cgit/PKGBUILD')
-rw-r--r--community/cgit/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/cgit/PKGBUILD b/community/cgit/PKGBUILD
index 9f0b824bf..4171ccace 100644
--- a/community/cgit/PKGBUILD
+++ b/community/cgit/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 106333 2014-02-28 07:30:32Z spupykin $
+# $Id: PKGBUILD 113802 2014-06-30 16:18:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Patrick Palka <patrick@parcs.ath.cx>
@@ -6,7 +6,7 @@
# Contributor: Andreas Baumann <abaumann at yahoo dot com>
pkgname=cgit
-pkgver=0.10.1
+pkgver=0.10.2
pkgrel=1
pkgdesc="A web interface for git written in plain C"
arch=('i686' 'x86_64')
@@ -14,10 +14,12 @@ url="http://git.zx2c4.com/cgit/"
license=('GPL2')
depends=('openssl' 'luajit')
makedepends=('zlib' 'curl' 'asciidoc')
+optdepends=('python2-pygments: syntax highlighting support'
+ 'mime-types: serve file with correct content-type header')
install=cgit.install
source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz"
"apache.example.conf")
-md5sums=('060ef0aa95ebda6ea7daf823214bc4d0'
+md5sums=('6682d597f6e3e76645a254c7be537bd3'
'bd5696bea0654bfcf98f249b1a36737d')
prepare() {