From 71546c29c576d3131b87fa2ed2211b103feaa56d Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Mon, 11 Sep 2023 07:36:25 +0100 Subject: [PATCH] Fetchers --- srcpkgs/fastfetch/template | 6 +++--- srcpkgs/neofetch/template | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index 45aaa1f..3766ef4 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,7 +1,7 @@ #!/bin/sh pkgname=fastfetch -version=1.9.1.rc.gb0c1925 -revision=1 +version=1.9.1.e2abe31 +revision=2 short_desc="Like neofetch, but much faster because written in c (NOT MY SOFTWARE)" maintainer="Tracker-Friendly " homepage="https://github.com/fastfetch-cli/fastfetch" @@ -40,5 +40,5 @@ do_build() { } do_install() { - : + rm -rf ${DESTDIR}/usr/bin/flashfetch } diff --git a/srcpkgs/neofetch/template b/srcpkgs/neofetch/template index 2389e60..1f8f2fa 100644 --- a/srcpkgs/neofetch/template +++ b/srcpkgs/neofetch/template @@ -1,7 +1,7 @@ #!/bin/sh pkgname=neofetch version=7.1.0 -revision=6 +revision=7 short_desc="Simple system information script (not my software)" maintainer="Tracker-Friendly " homepage="https://codeberg.org/EvolutionOS/neofetch"