python3-mpv: fix pycompile_module= naming
This commit is contained in:
parent
68bfccf5a2
commit
32b9dfa9fa
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python3-mpv'
|
||||
pkgname=python3-mpv
|
||||
version=0.3.9
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="python-mpv-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_modules="mpv.py"
|
||||
pycompile_module="mpv.py"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 mpv"
|
||||
short_desc="Python3 interface to the MPV media player"
|
||||
|
|
Loading…
Reference in New Issue