diff --git a/PKGBUILD b/PKGBUILD index cd7646b..f569205 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,14 +7,15 @@ pkgname=cgit pkgver=0.12 -pkgrel=1 +pkgrel=2 pkgdesc="A web interface for git written in plain C" arch=('i686' 'x86_64') url="http://git.zx2c4.com/cgit/" license=('GPL2') depends=('openssl' 'luajit') makedepends=('zlib' 'curl' 'asciidoc') -optdepends=('python2-pygments: syntax highlighting support' +optdepends=('python-pygments: syntax highlighting support' + 'python-markdown: about page formated with markdown' 'mime-types: serve file with correct content-type header') install=cgit.install source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz"