commit:     bd3da3616c8baf896b814f46535c5adc9780bf9e
Author:     Alexandru Mihai Buzduc <lalibuzduc <AT> gmail <DOT> com>
AuthorDate: Tue Feb 11 19:55:57 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Feb 11 19:55:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd3da361

app-misc/mymefetch: Replaced some names with ebuild variables

Signed-off-by: Alexandru Mihai Buzduc <lalibuzduc <AT> gmail.com>

 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 b7c830e9f..16dee17b1 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"

Reply via email to