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 }