From 28b0cf08f81ef5241e0811c0ac70240d65e873cd Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Thu, 28 Apr 2022 02:47:12 +0200 Subject: [PATCH] Fixing version error. --- x11-terms/gnome-console/gnome-console-42.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/gnome-console/gnome-console-42.ebuild b/x11-terms/gnome-console/gnome-console-42.ebuild index d6c1bc6..3c4633f 100644 --- a/x11-terms/gnome-console/gnome-console-42.ebuild +++ b/x11-terms/gnome-console/gnome-console-42.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="A terminal emulator for GNOME" HOMEPAGE="https://apps.gnome.org/app/org.gnome.Console/ https://gitlab.gnome.org/GNOME/console" SRC_URI="https://gitlab.gnome.org/GNOME/console/-/archive/${PV}.beta/console-${PV}.beta.tar.gz" -S="${WORKDIR}/gnome-{$PV}.beta" +S="${WORKDIR}/gnome-${PV}.beta" LICENSE="GPL-3+" SLOT="0"