Date: Thursday, July 27, 2017 @ 04:37:16 Author: lfleischer Revision: 246509
upgpkg: cgit 1.1-3 Add missing optdepends. Modified: cgit/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-27 04:16:24 UTC (rev 246508) +++ PKGBUILD 2017-07-27 04:37:16 UTC (rev 246509) @@ -1,4 +1,3 @@ -# $Id$ # Maintainer: Sergej Pupykin <[email protected]> # Maintainer: Lukas Fleischer <[email protected]> # Contributor: Patrick Palka <[email protected]> @@ -7,7 +6,7 @@ pkgname=cgit pkgver=1.1 -pkgrel=2 +pkgrel=3 pkgdesc="A web interface for git written in plain C" arch=('i686' 'x86_64') url="http://git.zx2c4.com/cgit/" @@ -14,8 +13,10 @@ license=('GPL2') depends=('openssl' 'luajit') makedepends=('zlib' 'curl' 'asciidoc') -optdepends=('python-pygments: syntax highlighting support' - 'python-markdown: about page formated with markdown' +optdepends=('groff: about page using man page syntax' + 'python-pygments: syntax highlighting support' + 'python-docutils: about page formatted with reStructuredText' + 'python-markdown: about page formatted with markdown' 'mime-types: serve file with correct content-type header') install=cgit.install source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz"
