diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 00:05:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:20 +0100 |
commit | a812b1a231595af77d51fc641ccae466308bdb8b (patch) | |
tree | d02a6bc93cf225ab1c86260e33ae0e8fe94619db /media-plugins | |
parent | media-plugins/gmpc-avahi: fix StaticSrcUri (diff) | |
download | gentoo-a812b1a231595af77d51fc641ccae466308bdb8b.tar.gz gentoo-a812b1a231595af77d51fc641ccae466308bdb8b.tar.bz2 gentoo-a812b1a231595af77d51fc641ccae466308bdb8b.zip |
media-plugins/gmpc-awn: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gmpc-awn/gmpc-awn-11.8.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/gmpc-awn/gmpc-awn-11.8.16.ebuild b/media-plugins/gmpc-awn/gmpc-awn-11.8.16.ebuild index d35d58a72fcf..79cb3b0ded83 100644 --- a/media-plugins/gmpc-awn/gmpc-awn-11.8.16.ebuild +++ b/media-plugins/gmpc-awn/gmpc-awn-11.8.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 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 DESCRIPTION="This plugin integrates GMPC with the Avant Window Navigator" HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_AWN" -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" |