diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-19 23:50:15 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-19 23:57:53 +0100 |
commit | 0cce53e8d330d6c4c97209e636cca6d34063a284 (patch) | |
tree | 921ae7546cbd28d79d09dd71e04ab2f6dfe7066b /testing | |
parent | 305b20bcbe18d69fc4408a0086df9fa20207b4dc (diff) | |
download | aports-0cce53e8d330d6c4c97209e636cca6d34063a284.tar.bz2 aports-0cce53e8d330d6c4c97209e636cca6d34063a284.tar.xz |
testing/hitch: use py3-docutils
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 } |