From 38c921aa69b6c71ca8a147db7a996eaafc5364b3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 9 Feb 2022 23:53:14 +0100 Subject: [PATCH] ncurses: update to 6.3. --- srcpkgs/ncurses/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template index 90454e01ec10..5366c77a6a06 100644 --- a/srcpkgs/ncurses/template +++ b/srcpkgs/ncurses/template @@ -1,7 +1,7 @@ # Template file for 'ncurses' pkgname=ncurses -version=6.2 -revision=4 +version=6.3 +revision=1 bootstrap=yes configure_args="--enable-big-core" short_desc="System V Release 4.0 curses emulation library" @@ -9,7 +9,7 @@ maintainer="Enno Boland " license="MIT" homepage="http://www.gnu.org/software/ncurses/" distfiles="${GNU_SITE}/ncurses/$pkgname-$version.tar.gz" -checksum=30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d +checksum=97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059 depends="ncurses-base-${version}_${revision}" @@ -28,6 +28,7 @@ do_configure() { --without-tests --enable-pc-files \ --with-pkg-config-libdir=/usr/lib/pkgconfig \ ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \ + PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig \ BUILD_CFLAGS="$BUILD_CFLAGS" cd ${wrksrc}/ncurses-build @@ -36,6 +37,7 @@ do_configure() { --without-debug --without-ada --without-tests \ --enable-pc-files --with-pkg-config-libdir=/usr/lib/pkgconfig \ ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \ + PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig \ BUILD_CFLAGS="$BUILD_CFLAGS" }