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.
This commit is contained in:
Sören Tempel 2019-09-21 13:08:26 +02:00
parent 651b721dfa
commit 4cfb8bc129

View File

@ -5,7 +5,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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 \