mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
bum: fix pycompile_module= naming
This commit is contained in:
parent
c43864c72c
commit
5ec01e1ec2
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'bum'
|
# Template file for 'bum'
|
||||||
pkgname=bum
|
pkgname=bum
|
||||||
version=0.1.3
|
version=0.1.3
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_modules="bum"
|
pycompile_module="bum"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-mpd2 python3-musicbrainzngs python3-mpv"
|
depends="python3-setuptools python3-mpd2 python3-musicbrainzngs python3-mpv"
|
||||||
short_desc="Daemon that downloads and displays album arts via MPD events"
|
short_desc="Daemon that downloads and displays album arts via MPD events"
|
||||||
|
|
Loading…
Add table
Reference in a new issue