From da69c08d1b125ef2338820c6ec96fa7bf0d943e3 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Tue, 3 May 2022 22:22:05 +0200 Subject: [PATCH] Fixing again the source directory. --- app-portage/grs/grs-0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/grs/grs-0.1.ebuild b/app-portage/grs/grs-0.1.ebuild index e1b2e99..cbdabc2 100644 --- a/app-portage/grs/grs-0.1.ebuild +++ b/app-portage/grs/grs-0.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${ISO}" inherit git-r3 else - SRC_URI="https://github.com/sergiotarxz/grss/archive/refs/tags/sergiotarxz-v${PV}.tar.gz -> $PN-$PV + SRC_URI="https://github.com/sergiotarxz/grss/archive/refs/tags/sergiotarxz-v${PV}.tar.gz -> $PN-$PV.tar.gz https://dev.gentoo.org/~blueness/${PN}/${ISO}" KEYWORDS="amd64 arm arm64 x86" fi