From 4cfb8bc129f2abbaaeff447448546aeca0296577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sat, 21 Sep 2019 13:08:26 +0200 Subject: community/mpv: fix man page generation The python3 version of the rst2man command is called rst2man-3 and not rst2man, therefore man pages were not generated previously. While at it also fix the name for the rst2html command though it doesn't seem to be used currently. --- community/mpv/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community/mpv') diff --git a/community/mpv/APKBUILD b/community/mpv/APKBUILD index d1aa7f9f8e..d1260f0336 100644 --- a/community/mpv/APKBUILD +++ b/community/mpv/APKBUILD @@ -5,7 +5,7 @@ # Maintainer: Natanael Copa pkgname=mpv pkgver=0.29.1 -pkgrel=9 +pkgrel=10 pkgdesc="Video player based on MPlayer/mplayer2" url="https://mpv.io/" arch="all" @@ -68,6 +68,7 @@ prepare() { } build() { + RST2HTML=rst2html-3 RST2MAN=rst2man-3 \ python3 waf configure --prefix=/usr \ --mandir=/usr/share/man \ --confdir=/etc/mpv \ -- cgit v1.2.3