diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/hitch/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
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 <raphael.cohn@stormmq.com> 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 } |