[arch-commits] Commit in ncurses/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 5 07:16:05 UTC 2016


    Date: Monday, December 5, 2016 @ 07:16:04
  Author: bpiotrowski
Revision: 282831

upgpkg: ncurses 6.0+20161203-1

new upstream patchset

Modified:
  ncurses/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-05 07:15:51 UTC (rev 282830)
+++ PKGBUILD	2016-12-05 07:16:04 UTC (rev 282831)
@@ -4,7 +4,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=ncurses
-_pkgver=6.0-20161112
+_pkgver=6.0-20161203
 pkgver=${_pkgver/-/+}
 pkgrel=1
 pkgdesc='System V Release 4.0 curses emulation library'
@@ -15,7 +15,7 @@
 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
 
@@ -25,7 +25,7 @@
   ./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
 }
 



More information about the arch-commits mailing list