From ff030ebdb39916e768ea7d878b52b9192040d134 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 15 Apr 2018 19:31:21 +0200 Subject: [PATCH] curseradio: needs setuptools for the entry point --- srcpkgs/curseradio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template index cbbc443d8f4..94232263a04 100644 --- a/srcpkgs/curseradio/template +++ b/srcpkgs/curseradio/template @@ -1,14 +1,14 @@ # Template file for 'curseradio' pkgname=curseradio version=0.0.20171017 -revision=2 +revision=3 +noarch=yes _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d wrksrc="curseradio-${_commit}" -noarch=yes build_style=python3-module pycompile_module="curseradio" hostmakedepends="python3-setuptools" -depends="mpv python3-lxml python3-requests python3-xdg" +depends="mpv python3-setuptools python3-lxml python3-requests python3-xdg" short_desc="Command line radio player" maintainer="cr6git " license="MIT"