Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gmpc-libnotify/
Date: Fri, 13 May 2022 22:50:26
Message-Id: 1652482180.7191884eb9826cc9fc8d236131d2f36d9a0ee137.conikost@gentoo
1 commit: 7191884eb9826cc9fc8d236131d2f36d9a0ee137
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 21:51:15 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 22:49:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7191884e
7
8 media-plugins/gmpc-libnotify: fix qa StaticSrcUri
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild b/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild
16 index 773c534c292c..f105abb10903 100644
17 --- a/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild
18 +++ b/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild
19 @@ -1,11 +1,11 @@
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
26 DESCRIPTION="This plugin sends an announcement to the notification daemon on song change"
27 HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_LIBNOTIFY"
28 -SRC_URI="https://download.sarine.nl/Programs/gmpc/11.8.16/${P}.tar.gz"
29 +SRC_URI="https://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"