Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-wm/i3-rounded/
Date: Wed, 08 Sep 2021 15:21:10
Message-Id: 1631053544.4b7a38360c6af827369c224585a876e7c92187c7.arthurzam@gentoo
1 commit: 4b7a38360c6af827369c224585a876e7c92187c7
2 Author: Lino Bigatti <linobigatti <AT> protonmail <DOT> com>
3 AuthorDate: Tue Sep 7 22:25:32 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 22:25:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b7a3836
7
8 x11-wm/i3-rounded: Fix fetch url
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Lino Bigatti <linobigatti <AT> protonmail.com>
12
13 x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild b/x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild
17 index b5eb41159..563e723c3 100644
18 --- a/x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild
19 +++ b/x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild
20 @@ -7,7 +7,7 @@ inherit meson optfeature
21
22 DESCRIPTION="i3-gaps fork with rounded corners support."
23 HOMEPAGE="https://github.com/linobigatti/i3-rounded"
24 -SRC_URI="https://github.com/linobigatti/i3-rounded/archive/${PV}.tar.gz -> ${P}.tar.gz"
25 +SRC_URI="https://github.com/linobigatti/i3-rounded/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="BSD"
28 SLOT="0"