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

Evangelos Foutras foutrelis at archlinux.org
Wed Jan 27 12:12:24 UTC 2016


    Date: Wednesday, January 27, 2016 @ 13:12:23
  Author: foutrelis
Revision: 258640

upgpkg: dialog 1:1.3_20160126-1

- New upstream release.
- Use --with-libtool to generate proper library soname and links.

Modified:
  dialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-26 21:53:42 UTC (rev 258639)
+++ PKGBUILD	2016-01-27 12:12:23 UTC (rev 258640)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=dialog
-pkgver=1.2_20150920
+pkgver=1.3_20160126
 pkgrel=1
 epoch=1
 pkgdesc="A tool to display dialog boxes from shell scripts"
@@ -13,8 +13,9 @@
 url="http://invisible-island.net/dialog/"
 license=('LGPL2.1')
 depends=('sh' 'ncurses')
+provides=('libdialog.so')
 source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('c4e61ec5768701683dd4b5b2ebd8a31e6289fa6a1f5801e4b481085650698c05')
+sha256sums=('308ab0bc63eb525c852c85ad4aa8645c84277ea2f7fca19ef4cafafc08415ae3')
 
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"
@@ -21,11 +22,9 @@
 
   ./configure \
     --prefix=/usr \
-    --mandir=/usr/share/man \
-    --with-ncursesw \
-    --with-shared \
-    --with-versioned-syms \
-    --enable-nls
+    --enable-nls \
+    --with-libtool \
+    --with-ncursesw
   make
 }
 



More information about the arch-commits mailing list