diff --git a/srcpkgs/notcurses/template b/srcpkgs/notcurses/template index 9778aece641..42a9d8c220a 100644 --- a/srcpkgs/notcurses/template +++ b/srcpkgs/notcurses/template @@ -1,7 +1,7 @@ # Template file for 'notcurses' pkgname=notcurses -version=2.0.7 -revision=2 +version=2.0.8 +revision=1 build_style=cmake configure_args="-DUSE_STATIC=ON $(vopt_bool man USE_PANDOC)" hostmakedepends="pkg-config $(vopt_if man pandoc)" @@ -13,7 +13,7 @@ license="Apache-2.0" homepage="https://nick-black.com/dankwiki/index.php/Notcurses" changelog="https://raw.githubusercontent.com/dankamongmen/notcurses/master/NEWS.md" distfiles="https://github.com/dankamongmen/notcurses/archive/v${version}.tar.gz" -checksum=cc87e66f9dc3e9d0e591de70870dec5d8b36e660f18f10adae7f45abb0f0320a +checksum=34e31b2da666f4603dc884a4937da654bda727ce9c7d4d224b838537d59c3945 build_options="man" desc_option_man="Use pandoc for manpages"