python3-mpv: fix template

This commit is contained in:
Alessio Sergi 2018-04-05 11:48:48 +02:00
parent fe3f186bae
commit c9756e8760

View File

@ -1,12 +1,13 @@
# Template file for 'python3-mpv'
pkgname=python3-mpv
version=0.3.8
revision=1
revision=2
noarch=yes
wrksrc="python-mpv-${version}"
pycompile_modules="mpv.py"
build_style=python3-module
pycompile_modules="mpv.py"
hostmakedepends="python3-setuptools"
makedepends="mpv-devel python-devel"
depends="python3 mpv"
short_desc="Python3 interface to the MPV media player"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="AGPL-3.0"