mpv: use python3 to create manpages

This commit is contained in:
Samir 2013-12-03 16:51:43 +00:00
parent f86c983fc2
commit 9b85698874

View File

@ -4,13 +4,13 @@
pkgname=mpv
pkgver=0.2.3
pkgrel=3
pkgrel=4
pkgdesc="A movie player and encoder for linux, based on MPlayer/mplayer2"
arch=('x86_64')
license=('GPL')
url="http://mpv.io"
depends=('portaudio' 'ffmpeg' 'lcms2' 'libxinerama' 'libdvdread' 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'desktop-file-utils' 'xdg-utils' 'libass')
makedepends=('mesa' 'python2-docutils')
makedepends=('mesa' 'python3-docutils')
options=(!emptydirs)
install=${pkgname}.install
source=("https://github.com/mpv-player/$pkgname/archive/v${pkgver}.tar.gz")