From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32A68158042 for ; Wed, 8 Sep 2021 15:21:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D108E099B; Wed, 8 Sep 2021 15:21:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A210E0997 for ; Wed, 8 Sep 2021 15:21:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CFC9342AD2 for ; Wed, 8 Sep 2021 15:21:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 887E5D3 for ; Wed, 8 Sep 2021 15:20:58 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1631053544.4b7a38360c6af827369c224585a876e7c92187c7.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-wm/i3-rounded/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild X-VCS-Directories: x11-wm/i3-rounded/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4b7a38360c6af827369c224585a876e7c92187c7 X-VCS-Branch: master Date: Wed, 8 Sep 2021 15:20:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 99350fca-5404-4c7b-acc7-f0d3bc50ee20 X-Archives-Hash: a138db88756eb3f44a4efac0c788b23a commit: 4b7a38360c6af827369c224585a876e7c92187c7 Author: Lino Bigatti protonmail com> AuthorDate: Tue Sep 7 22:25:32 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Sep 7 22:25:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b7a3836 x11-wm/i3-rounded: Fix fetch url Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Lino Bigatti protonmail.com> x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild b/x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild index b5eb41159..563e723c3 100644 --- a/x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild +++ b/x11-wm/i3-rounded/i3-rounded-4.19.1.ebuild @@ -7,7 +7,7 @@ inherit meson optfeature DESCRIPTION="i3-gaps fork with rounded corners support." HOMEPAGE="https://github.com/linobigatti/i3-rounded" -SRC_URI="https://github.com/linobigatti/i3-rounded/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/linobigatti/i3-rounded/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"