diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 00:09:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:22 +0100 |
commit | 912a7f192654a4f4ccbed4ff49795fb64d0100a4 (patch) | |
tree | c8266aea318495fb35a4c3dddb963cbfae50f5ca /media-sound | |
parent | media-sound/cd-discid: fix StaticSrcUri (diff) | |
download | gentoo-912a7f192654a4f4ccbed4ff49795fb64d0100a4.tar.gz gentoo-912a7f192654a4f4ccbed4ff49795fb64d0100a4.tar.bz2 gentoo-912a7f192654a4f4ccbed4ff49795fb64d0100a4.zip |
media-sound/gmpc: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gmpc/gmpc-11.8.16-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/gmpc/gmpc-11.8.16-r2.ebuild b/media-sound/gmpc/gmpc-11.8.16-r2.ebuild index 911dcb5e0a5a..26780928182f 100644 --- a/media-sound/gmpc/gmpc-11.8.16-r2.ebuild +++ b/media-sound/gmpc/gmpc-11.8.16-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools vala xdg DESCRIPTION="A GTK+2 client for the Music Player Daemon" HOMEPAGE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client" -SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz" +SRC_URI="http://download.sarine.nl/Programs/gmpc/$(ver_cut 1-2)/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |