From 07701646735a100d359d698b3f68e426f43b03a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Mon, 5 Dec 2016 07:16:04 +0000 Subject: [PATCH] new upstream patchset --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e2062cc..b5b71bd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: judd pkgname=ncurses -_pkgver=6.0-20161112 +_pkgver=6.0-20161203 pkgver=${_pkgver/-/+} pkgrel=1 pkgdesc='System V Release 4.0 curses emulation library' @@ -14,7 +14,7 @@ depends=('glibc' 'gcc-libs') provides=('libncurses++w.so' 'libformw.so' 'libmenuw.so' 'libpanelw.so' 'libncursesw.so') source=(http://invisible-mirror.net/archives/ncurses/current/ncurses-${_pkgver}.tgz{,.asc}) -md5sums=('8e0c11e0753a2fe742a317a73880cfff' +md5sums=('b9a2496bce1823c0f871d047446a965e' 'SKIP') validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey @@ -24,7 +24,7 @@ build() { ./configure --prefix=/usr --mandir=/usr/share/man \ --with-pkg-config-libdir=/usr/lib/pkgconfig \ --with-shared --with-normal --without-debug --without-ada \ - --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \ + --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared make }