diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-05-13 23:50:43 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-05-14 00:49:39 +0200 |
commit | 9c938a2e8e7c41f90b577f471f703d2dee5c27d6 (patch) | |
tree | 4872fff33b4afb525293e2e7d19b0b29bf39ed6c /media-plugins/gmpc-last-fm | |
parent | media-plugins/gmpc-extraplaylist: fix qa StaticSrcUri (diff) | |
download | gentoo-9c938a2e8e7c41f90b577f471f703d2dee5c27d6.tar.gz gentoo-9c938a2e8e7c41f90b577f471f703d2dee5c27d6.tar.bz2 gentoo-9c938a2e8e7c41f90b577f471f703d2dee5c27d6.zip |
media-plugins/gmpc-last-fm: fix qa StaticSrcUri
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-plugins/gmpc-last-fm')
-rw-r--r-- | media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild | 4 |
1 files 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" |