From 0cce53e8d330d6c4c97209e636cca6d34063a284 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 19 Nov 2019 23:50:15 +0100 Subject: testing/hitch: use py3-docutils --- testing/hitch/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'testing') diff --git a/testing/hitch/APKBUILD b/testing/hitch/APKBUILD index 6561c2f30a..1315a3afd4 100644 --- a/testing/hitch/APKBUILD +++ b/testing/hitch/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Raphael Cohn pkgname=hitch pkgver=1.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="hitch is a TLS / SSL endpoint like stunnel" url="https://hitch-tls.org/" arch="all" license="BSD-2-Clause" -makedepends="libev-dev openssl-dev automake autoconf py-docutils bison flex +makedepends="libev-dev openssl-dev automake autoconf py3-docutils bison flex libtool" subpackages="$pkgname-doc" source="https://hitch-tls.org/source/hitch-$pkgver.tar.gz @@ -25,7 +25,8 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - --localstatedir=/var + --localstatedir=/var \ + --with-rst2man=/usr/bin/rst2man-3 make } -- cgit v1.2.3