From d7fc21dea899a60eee0ce5e34505cd3e005dc113 Mon Sep 17 00:00:00 2001 From: Luis Date: Thu, 17 Aug 2023 14:03:34 +0000 Subject: [PATCH] hyfetch: update to 1.4.10 --- main/hyfetch/.checksums | 3 +-- main/hyfetch/.pkgfiles | 2 +- main/hyfetch/spkgbuild | 6 ++---- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/main/hyfetch/.checksums b/main/hyfetch/.checksums index 3b2fb9703..94ee15ee4 100644 --- a/main/hyfetch/.checksums +++ b/main/hyfetch/.checksums @@ -1,2 +1 @@ -813b776b343db8f66d94f00a4515f555 hyfetch-1.4.9.tar.gz -2d20ad091897a4d9a43785ed8da24b9d new-venom-logo.patch +affc0ee86b6e13023919a24128521bcb hyfetch-1.4.10.tar.gz diff --git a/main/hyfetch/.pkgfiles b/main/hyfetch/.pkgfiles index 5e2f7f767..9543cde88 100644 --- a/main/hyfetch/.pkgfiles +++ b/main/hyfetch/.pkgfiles @@ -1,4 +1,4 @@ -hyfetch-1.4.9-1 +hyfetch-1.4.10-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/neofetch diff --git a/main/hyfetch/spkgbuild b/main/hyfetch/spkgbuild index afc7b41b7..ac08c14fd 100644 --- a/main/hyfetch/spkgbuild +++ b/main/hyfetch/spkgbuild @@ -2,13 +2,11 @@ # depends : bash name=hyfetch -version=1.4.9 +version=1.4.10 release=1 -source="$name-$version.tar.gz::https://github.com/hykilpikonna/$name/archive/refs/tags/$version.tar.gz - new-venom-logo.patch" +source="$name-$version.tar.gz::https://github.com/hykilpikonna/$name/archive/refs/tags/$version.tar.gz" build() { cd $name-$version - patch -Np1 -i ../new-venom-logo.patch make DESTDIR=$PKG install }