From bd3da3616c8baf896b814f46535c5adc9780bf9e Mon Sep 17 00:00:00 2001 From: Alexandru Mihai Buzduc Date: Tue, 11 Feb 2025 20:55:57 +0100 Subject: [PATCH] app-misc/mymefetch: Replaced some names with ebuild variables Signed-off-by: Alexandru Mihai Buzduc --- app-misc/mymefetch/mymefetch-1.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/mymefetch/mymefetch-1.1.1.ebuild b/app-misc/mymefetch/mymefetch-1.1.1.ebuild index b7c830e9f9..16dee17b1c 100644 --- a/app-misc/mymefetch/mymefetch-1.1.1.ebuild +++ b/app-misc/mymefetch/mymefetch-1.1.1.ebuild @@ -5,8 +5,8 @@ EAPI=8 DESCRIPTION="Neofetch-like Bash script with small ASCII art of MymeType's robot OC, MYME" HOMEPAGE="https://codeberg.org/MymeType/mymefetch" -SRC_URI="https://codeberg.org/MymeType/mymefetch/archive/v${PV}.tar.gz -> mymefetch-${PV}.tar.gz" -S="${WORKDIR}/mymefetch" +SRC_URI="https://codeberg.org/MymeType/mymefetch/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}" LICENSE="Apache-2.0 FSFAP" SLOT="0" KEYWORDS="~amd64"