diff --git a/README.md b/README.md index ad038bf..4d89e27 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ cp -vr srcpkgs/* $HOME/void-packages/srcpkgs - hunspell-es_US - Spanish (Estados Unidos) dictionary for hunspell - v2.8 - https://github.com/sbosio/rla-es - lowfetch - Linux system information tool - - v23.11.05 - https://github.com/callyral/lowfetch + - v23.11.10 - https://codeberg.org/callyral/lowfetch - macchina - System information frontend with an emphasis on performance - v6.1.8 - https://github.com/Macchina-CLI/macchina - mission-center - Monitor your CPU, Memory, Disk, Network and GPU usage diff --git a/srcpkgs/lowfetch/template b/srcpkgs/lowfetch/template index 5016dec..87eb160 100644 --- a/srcpkgs/lowfetch/template +++ b/srcpkgs/lowfetch/template @@ -1,15 +1,19 @@ # Template file for 'lowfetch' pkgname=lowfetch -version=23.11.05 +version=23.11.10 revision=1 build_style=gnu-makefile makedepends="clang mold" short_desc="Linux system information tool" maintainer="Lilian Jónsdóttir " license="GPL-3.0-or-later" -homepage="https://github.com/callyral/lowfetch" -distfiles="https://github.com/callyral/lowfetch/archive/refs/tags/v${version}.tar.gz" -checksum=e05e21662015f169d360b39448ded6067fb7407ff40fbef7aec0ec56bea73582 +homepage="https://codeberg.org/callyral/lowfetch" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=179ffd10bced1e99e364b31e2b2aa88851d18ba7ade7e01b37dcacf671593603 + +do_build() { + make build +} do_install() { vbin build/lowfetch