Fetchers
This commit is contained in:
parent
07e0a429ec
commit
71546c29c5
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in New Issue