From 5ec01e1ec2fb6b87fd49f0d38a96e8de86f8a1f5 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 20 Aug 2018 14:53:06 -0300 Subject: [PATCH] bum: fix pycompile_module= naming --- srcpkgs/bum/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template index 52985af607a..a81139a2d1c 100644 --- a/srcpkgs/bum/template +++ b/srcpkgs/bum/template @@ -1,10 +1,10 @@ # Template file for 'bum' pkgname=bum version=0.1.3 -revision=2 +revision=3 noarch=yes build_style=python3-module -pycompile_modules="bum" +pycompile_module="bum" hostmakedepends="python3-setuptools" depends="python3-setuptools python3-mpd2 python3-musicbrainzngs python3-mpv" short_desc="Daemon that downloads and displays album arts via MPD events"