Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gmpc-last-fm/
Date: Fri, 13 May 2022 22:50:26
Message-Id: 1652482179.9c938a2e8e7c41f90b577f471f703d2dee5c27d6.conikost@gentoo
1 commit: 9c938a2e8e7c41f90b577f471f703d2dee5c27d6
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 21:50:43 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 22:49:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c938a2e
7
8 media-plugins/gmpc-last-fm: fix qa StaticSrcUri
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild b/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild
16 index be0683a13003..9e0b57049ce8 100644
17 --- a/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild
18 +++ b/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 DESCRIPTION="This plugin fetches artist art from last.fm"
27 HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_LASTFM"
28 -SRC_URI="https://download.sarine.nl/Programs/gmpc/0.20.0/${P}.tar.gz"
29 +SRC_URI="https://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"