New comment by VitaMoonshadow on void-packages repository https://github.com/void-linux/void-packages/pull/39489#issuecomment-2096188775 Comment: oh also, i dont really know how to use github tbh. i updated the template to 1.4.11 (latest version of hyfetch) and it works on my mashine. if i wasnt such an idiot id prolly merge it into this PR, but im too stoopid for that😭 I'll just send the updated template in this comment here for now till i figure this all out lmaoo ``` # Template file for 'hyfetch' pkgname=hyfetch version=1.4.11 revision=1 build_style=python3-module makedepends="python3-setuptools python3-typing_extensions" depends="python3 python3-setuptools python3-typing_extensions" short_desc="Neofetch with LGBTQ pride flags" maintainer="Gingeh " license="MIT" homepage="https://github.com/hykilpikonna/hyfetch" changelog="${homepage}/releases/tag/${version}" distfiles="${homepage}/archive/refs/tags/${version}.tar.gz" checksum=79cd6706a681fa7c05754b35d9338abf96bebce222c27376a4155e94d6a5350d post_install() { vlicense LICENSE.md } ``` I'd also consider maybe changing the pkgname to python3-hyfetch to fit with the naming convention.