[arch-commits] Commit in dialog/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Feb 26 09:02:37 UTC 2015
Date: Thursday, February 26, 2015 @ 10:02:36
Author: foutrelis
Revision: 231992
upgpkg: dialog 1:1.2_20150225-1
- New upstream release.
- Switch to shared library build.
Modified:
dialog/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-26 08:55:34 UTC (rev 231991)
+++ PKGBUILD 2015-02-26 09:02:36 UTC (rev 231992)
@@ -5,7 +5,7 @@
# Contributor: Andreas Radke <andyrtr at archlinux.org>
pkgname=dialog
-pkgver=1.2_20150125
+pkgver=1.2_20150225
pkgrel=1
epoch=1
pkgdesc="A tool to display dialog boxes from shell scripts"
@@ -13,9 +13,8 @@
url="http://invisible-island.net/dialog/"
license=('LGPL2.1')
depends=('sh' 'ncurses')
-options=('staticlibs')
source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('1d98ec7cc81f11f9019fa0b90f1afdaa86579cae1ce8869a6fd61deb9d4b887a')
+sha256sums=('6844b13a7a1fea568a8d5bb3004e1af90888cd4a5e8c2ded2c38f34fcc7397ff')
build() {
cd "$srcdir/$pkgname-${pkgver/_/-}"
@@ -24,6 +23,8 @@
--prefix=/usr \
--mandir=/usr/share/man \
--with-ncursesw \
+ --with-shared \
+ --with-versioned-syms \
--enable-nls
make
}
More information about the arch-commits
mailing list