notcurses: update to 2.3.11.

Also:
- add zlib-devel to makedepends (new dep).
This commit is contained in:
mobinmob 2021-07-21 22:14:31 +03:00 committed by Érico Nogueira Rolim
parent 3bb9690d82
commit b7f5771bbe

View file

@ -1,12 +1,12 @@
# Template file for 'notcurses'
pkgname=notcurses
version=2.3.10
version=2.3.11
revision=1
build_style=cmake
configure_args="-DUSE_STATIC=ON $(vopt_bool man USE_PANDOC)"
hostmakedepends="pkg-config $(vopt_if man pandoc)"
makedepends="libunistring-devel ffmpeg-devel ncurses-libtinfo-devel qrcodegen-devel doctest-devel
readline-devel"
readline-devel zlib-devel"
depends="ncurses-base"
short_desc="Blingful character graphics/TUI library"
maintainer="mobinmob <mobinmob@disroot.org>"
@ -14,7 +14,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=f3314d1b8afa3d974b345aa6c88f85ed3bfd05b09dfd89bdc2b4d4dc0d0548ea
checksum=9cdd868c6546cf1c2cf800ed2a054139b7377527493cdc4b71aced860de0d670
build_options="man"
desc_option_man="Use pandoc for manpages"