summaryrefslogtreecommitdiffstats
path: root/development/pkgconf
diff options
context:
space:
mode:
author Hunter Sezen2019-01-18 02:26:46 +0100
committer Willy Sudiarto Raharjo2019-01-18 17:39:50 +0100
commit5380d4f9bfb515d1314c9503e197ff6d73ac6c15 (patch)
treef79d60597f695303a643837cb0c0beb2a35f53d8 /development/pkgconf
parenteecc641d218bb7d1e742827621f52e13d2819486 (diff)
downloadslackbuilds-5380d4f9bfb515d1314c9503e197ff6d73ac6c15.tar.gz
development/pkgconf: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pkgconf')
-rw-r--r--development/pkgconf/pkgconf.SlackBuild8
-rw-r--r--development/pkgconf/pkgconf.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/development/pkgconf/pkgconf.SlackBuild b/development/pkgconf/pkgconf.SlackBuild
index 5adae69c4b..4a9a96bd6b 100644
--- a/development/pkgconf/pkgconf.SlackBuild
+++ b/development/pkgconf/pkgconf.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pkgconf
-# Copyright 2016-2018 Hunter Sezen California, USA
+# Copyright 2016-2019 Hunter Sezen California, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pkgconf
-VERSION=${VERSION:-1.5.4}
+VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -91,8 +91,8 @@ make install DESTDIR=$PKG
( cd $PKG/usr/bin; ln -sf $PRGNAM pkg-config )
if [ "$DEBUG" = 0 ]; then
- find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" |
+ grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
fi
find $PKG/usr/man -type f -exec gzip -9 {} \;
diff --git a/development/pkgconf/pkgconf.info b/development/pkgconf/pkgconf.info
index 22ea71a04d..fb885f1db6 100644
--- a/development/pkgconf/pkgconf.info
+++ b/development/pkgconf/pkgconf.info
@@ -1,8 +1,8 @@
PRGNAM="pkgconf"
-VERSION="1.5.4"
+VERSION="1.6.0"
HOMEPAGE="https://git.dereferenced.org/pkgconf/pkgconf"
-DOWNLOAD="https://distfiles.dereferenced.org/pkgconf/pkgconf-1.5.4.tar.xz"
-MD5SUM="a7846cfd1f53664a4ef983bae8355309"
+DOWNLOAD="https://distfiles.dereferenced.org/pkgconf/pkgconf-1.6.0.tar.xz"
+MD5SUM="0c93492d7f001e5175b0347b5472e86d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"