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

Levente Polyak anthraxx at archlinux.org
Wed Oct 3 18:12:40 UTC 2018


    Date: Wednesday, October 3, 2018 @ 18:12:40
  Author: anthraxx
Revision: 335702

upgpkg: ncurses 6.1-4 (make build reproducible)

- avoid project toolchain to gzip the manpages with timestamps: let makepkg do
  it reproducibly

Modified:
  ncurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 16:42:04 UTC (rev 335701)
+++ PKGBUILD	2018-10-03 18:12:40 UTC (rev 335702)
@@ -4,7 +4,7 @@
 
 pkgname=ncurses
 pkgver=6.1
-pkgrel=3
+pkgrel=4
 pkgdesc='System V Release 4.0 curses emulation library'
 arch=(x86_64)
 url='http://invisible-island.net/ncurses/ncurses.html'
@@ -23,7 +23,8 @@
   ./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 \
+    --with-manpage-format=normal
   make
 }
 



More information about the arch-commits mailing list