diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 00:06:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:20 +0100 |
commit | 56d92319024028e93bed795c74cf6d70847a7a43 (patch) | |
tree | 625470cd2fbd4ba068ea65c0435fd5e40d5b9bbf /media-plugins/gmpc-jamendo | |
parent | media-plugins/gmpc-awn: fix StaticSrcUri (diff) | |
download | gentoo-56d92319024028e93bed795c74cf6d70847a7a43.tar.gz gentoo-56d92319024028e93bed795c74cf6d70847a7a43.tar.bz2 gentoo-56d92319024028e93bed795c74cf6d70847a7a43.zip |
media-plugins/gmpc-jamendo: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins/gmpc-jamendo')
-rw-r--r-- | media-plugins/gmpc-jamendo/gmpc-jamendo-11.8.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/gmpc-jamendo/gmpc-jamendo-11.8.16.ebuild b/media-plugins/gmpc-jamendo/gmpc-jamendo-11.8.16.ebuild index 62adbfa82893..18032061e067 100644 --- a/media-plugins/gmpc-jamendo/gmpc-jamendo-11.8.16.ebuild +++ b/media-plugins/gmpc-jamendo/gmpc-jamendo-11.8.16.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=7 DESCRIPTION="Plugin allows you to browse and preview music available on jamendo" HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_JAMENDO" -SRC_URI="https://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz" +SRC_URI="https://download.sarine.nl/Programs/gmpc/$(ver_cut 1-2)/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |