notcurses: update to 2.3.11.
Also: - add zlib-devel to makedepends (new dep).
This commit is contained in:
parent
3bb9690d82
commit
b7f5771bbe
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'notcurses'
|
# Template file for 'notcurses'
|
||||||
pkgname=notcurses
|
pkgname=notcurses
|
||||||
version=2.3.10
|
version=2.3.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_STATIC=ON $(vopt_bool man USE_PANDOC)"
|
configure_args="-DUSE_STATIC=ON $(vopt_bool man USE_PANDOC)"
|
||||||
hostmakedepends="pkg-config $(vopt_if man pandoc)"
|
hostmakedepends="pkg-config $(vopt_if man pandoc)"
|
||||||
makedepends="libunistring-devel ffmpeg-devel ncurses-libtinfo-devel qrcodegen-devel doctest-devel
|
makedepends="libunistring-devel ffmpeg-devel ncurses-libtinfo-devel qrcodegen-devel doctest-devel
|
||||||
readline-devel"
|
readline-devel zlib-devel"
|
||||||
depends="ncurses-base"
|
depends="ncurses-base"
|
||||||
short_desc="Blingful character graphics/TUI library"
|
short_desc="Blingful character graphics/TUI library"
|
||||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
|
@ -14,7 +14,7 @@ license="Apache-2.0"
|
||||||
homepage="https://nick-black.com/dankwiki/index.php/Notcurses"
|
homepage="https://nick-black.com/dankwiki/index.php/Notcurses"
|
||||||
changelog="https://raw.githubusercontent.com/dankamongmen/notcurses/master/NEWS.md"
|
changelog="https://raw.githubusercontent.com/dankamongmen/notcurses/master/NEWS.md"
|
||||||
distfiles="https://github.com/dankamongmen/notcurses/archive/v${version}.tar.gz"
|
distfiles="https://github.com/dankamongmen/notcurses/archive/v${version}.tar.gz"
|
||||||
checksum=f3314d1b8afa3d974b345aa6c88f85ed3bfd05b09dfd89bdc2b4d4dc0d0548ea
|
checksum=9cdd868c6546cf1c2cf800ed2a054139b7377527493cdc4b71aced860de0d670
|
||||||
|
|
||||||
build_options="man"
|
build_options="man"
|
||||||
desc_option_man="Use pandoc for manpages"
|
desc_option_man="Use pandoc for manpages"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue