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"