From 3d9100e4bdd452f4c63a4b614f194293f3fbc0cb Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 25 Jul 2020 18:11:22 +0000 Subject: Sat Jul 25 18:11:22 UTC 2020 a/minicom-2.7.2-x86_64-1.txz: Upgraded. a/xfsprogs-5.7.0-x86_64-1.txz: Upgraded. l/harfbuzz-2.7.0-x86_64-1.txz: Upgraded. l/mozilla-nss-3.55-x86_64-1.txz: Upgraded. Fixed empty nspr-config. Thanks to saxa. n/postfix-3.5.5-x86_64-1.txz: Upgraded. extra/bash-completion/bash-completion-2.11-noarch-1.txz: Upgraded. --- source/a/minicom/minicom.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source/a/minicom/minicom.SlackBuild') diff --git a/source/a/minicom/minicom.SlackBuild b/source/a/minicom/minicom.SlackBuild index 4a92b10b1..925bc56bd 100755 --- a/source/a/minicom/minicom.SlackBuild +++ b/source/a/minicom/minicom.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=minicom -VERSION=2.7.1 -BUILD=${BUILD:-2} +VERSION=2.7.2 +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -65,7 +65,7 @@ mkdir -p $TMP $PKG # minicom cd $TMP rm -rf minicom-$VERSION -tar xvf $CWD/minicom-$VERSION.tar.xz || exit 1 +tar xvf $CWD/minicom-$VERSION.tar.?z || exit 1 cd minicom-$VERSION # The following command renames the internal implementation of getline @@ -76,6 +76,8 @@ chown -R root:root . find . -perm 777 -exec chmod 755 {} \+ find . -perm 664 -exec chmod 644 {} \+ +autoreconf -vif + CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ -- cgit v1.2.3-79-gdb01