python3-mpv: fix pycompile_module= naming

This commit is contained in:
maxice8 2018-08-20 12:33:44 -03:00
parent 68bfccf5a2
commit 32b9dfa9fa
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'python3-mpv' # Template file for 'python3-mpv'
pkgname=python3-mpv pkgname=python3-mpv
version=0.3.9 version=0.3.9
revision=1 revision=2
noarch=yes noarch=yes
wrksrc="python-mpv-${version}" wrksrc="python-mpv-${version}"
build_style=python3-module build_style=python3-module
pycompile_modules="mpv.py" pycompile_module="mpv.py"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3 mpv" depends="python3 mpv"
short_desc="Python3 interface to the MPV media player" short_desc="Python3 interface to the MPV media player"