This commit is contained in:
Tracker-Friendly 2023-09-11 07:36:25 +01:00
parent 07e0a429ec
commit 71546c29c5
2 changed files with 4 additions and 4 deletions

View File

@ -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 <jliwin98@danwin1210.de>"
homepage="https://github.com/fastfetch-cli/fastfetch"
@ -40,5 +40,5 @@ do_build() {
}
do_install() {
:
rm -rf ${DESTDIR}/usr/bin/flashfetch
}

View File

@ -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 <jliwin98@danwin1210.de>"
homepage="https://codeberg.org/EvolutionOS/neofetch"