diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 00:05:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:19 +0100 |
commit | 6c54e1fd093e5f6f801dab0c607b2196204aae67 (patch) | |
tree | d409958f6881031c9e3435bb9ab25a1d6d68a788 /media-plugins/gmpc-albumview | |
parent | media-plugins/gmpc-alarm: fix StaticSrcUri (diff) | |
download | gentoo-6c54e1fd093e5f6f801dab0c607b2196204aae67.tar.gz gentoo-6c54e1fd093e5f6f801dab0c607b2196204aae67.tar.bz2 gentoo-6c54e1fd093e5f6f801dab0c607b2196204aae67.zip |
media-plugins/gmpc-albumview: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins/gmpc-albumview')
-rw-r--r-- | media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild b/media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild index 6731fe7d5127..9b93b17445a6 100644 --- a/media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild +++ b/media-plugins/gmpc-albumview/gmpc-albumview-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="This plugin shows your music collection in albums" HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_ALBUMVIEW" -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="LGPL-2" SLOT="0" |