commit: 9c938a2e8e7c41f90b577f471f703d2dee5c27d6 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri May 13 21:50:43 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri May 13 22:49:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c938a2e
media-plugins/gmpc-last-fm: fix qa StaticSrcUri Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 index be0683a13003..9e0b57049ce8 100644 --- 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 @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="This plugin fetches artist art from last.fm" HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_LASTFM" -SRC_URI="https://download.sarine.nl/Programs/gmpc/0.20.0/${P}.tar.gz" +SRC_URI="https://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
