From 99031772fbc5ab58e117372d782c1f2b46b467c9 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Fri, 20 Jan 2023 13:08:42 -0600 Subject: [PATCH] Minor corrections for cereus-neofetch --- srcpkgs/cereus-neofetch/files/neofetch | 2 +- srcpkgs/cereus-neofetch/template | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/cereus-neofetch/files/neofetch b/srcpkgs/cereus-neofetch/files/neofetch index 6623784..8effda8 100755 --- a/srcpkgs/cereus-neofetch/files/neofetch +++ b/srcpkgs/cereus-neofetch/files/neofetch @@ -66,7 +66,7 @@ print_info() { prin " ~ Software ~" - info "OS  " "Cereus Linux" distro + info "OS  " distro info "Packages  " packages info "WM  " wm info "DE  " de diff --git a/srcpkgs/cereus-neofetch/template b/srcpkgs/cereus-neofetch/template index 2936fb1..e435d81 100644 --- a/srcpkgs/cereus-neofetch/template +++ b/srcpkgs/cereus-neofetch/template @@ -5,9 +5,9 @@ revision=5 repository=cereus-core wrksrc=neofetch-${version} build_style=gnu-makefile -depends="bash nerd-fonts-symbolsg" -short_desc="Simple system information script - Cereus patched edition" -maintainer="Kevin F. " +depends="bash nerd-fonts-symbols" +short_desc="Simple system information script (Cereus patched edition)" +maintainer="Kevin F. " license="MIT" homepage="https://github.com/dylanaraps/neofetch" changelog="https://github.com/dylanaraps/neofetch/releases/tag/${version}" @@ -18,5 +18,5 @@ replaces="neofetch" post_install() { vlicense LICENSE.md - vinstall ${FILESDIR}/neofetch 755 usr/bin/ + vbin ${FILESDIR}/neofetch }