New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/40632#issuecomment-1528805759 Comment: in other words, how about this? ``` diff --git a/srcpkgs/calcurse/template b/srcpkgs/calcurse/template index aefd36d204..03f84fa135 100644 --- a/srcpkgs/calcurse/template +++ b/srcpkgs/calcurse/template @@ -1,16 +1,18 @@ # Template file for 'calcurse' pkgname=calcurse -version=4.7.1 +version=4.8.0 revision=1 build_style=gnu-configure +configure_args="--without-asciidoc" +hostmakedepends="pkg-config" makedepends="ncurses-devel" -depends="python3-httplib2" short_desc="Text-based calendar and scheduling application" maintainer="silvernode " license="BSD-2-Clause" homepage="https://calcurse.org" -distfiles="https://calcurse.org/files/${pkgname}-${version}.tar.gz" -checksum=0a7c55d07674569d166c0b0e7587b2972d3da8160cdb7d60b1dbd2895803afb0 +changelog="https://calcurse.org/files/changes.html" +distfiles="https://calcurse.org/files/calcurse-${version}.tar.gz" +checksum=48a736666cc4b6b53012d73b3aa70152c18b41e6c7b4807fab0f168d645ae32c post_install() { vlicense COPYING ```