Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gmpc-mmkeys/
Date: Fri, 30 Sep 2022 23:24:55
Message-Id: 1664580261.18f18d67e4200d4ac1ab0062435d153641abc24f.sam@gentoo
1 commit: 18f18d67e4200d4ac1ab0062435d153641abc24f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:07:01 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 23:24:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f18d67
7
8 media-plugins/gmpc-mmkeys: fix StaticSrcUri
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild b/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild
16 index 7fbd9431c4b9..8908ddc9ad34 100644
17 --- a/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild
18 +++ b/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -7,7 +7,7 @@ inherit vala
26
27 DESCRIPTION="Bind multimedia keys via gnome settings daemon"
28 HOMEPAGE="https://gmpc.fandom.com/wiki/Plugins"
29 -SRC_URI="https://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz"
30 +SRC_URI="https://download.sarine.nl/Programs/gmpc/$(ver_cut 1-2)/${P}.tar.gz"
31
32 LICENSE="GPL-3"
33 SLOT="0"