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-mdcover/
Date: Fri, 13 May 2022 22:50:25
Message-Id: 1652482182.8c6fd608e41b26515d1ce7242a8db888093f8017.conikost@gentoo
1 commit: 8c6fd608e41b26515d1ce7242a8db888093f8017
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 21:53:09 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 22:49:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6fd608
7
8 media-plugins/gmpc-mdcover: fix qa StaticSrcUri
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.ebuild b/media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.ebuild
16 index 75d83a8dfe82..928f71d8c3f5 100644
17 --- a/media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.ebuild
18 +++ b/media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.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=6
25
26 DESCRIPTION="Plugin for fetching cover art, artist art, album and artist information"
27 HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_MDCOVER"
28 -SRC_URI="https://download.sarine.nl/Programs/gmpc/0.20.0/${P}.tar.gz"
29 +SRC_URI="https://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"