summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Arkadiusz Drabczyk <arkadiusz@drabczyk.org>2016-06-05 15:39:59 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-05 15:50:19 +0700
commitf8f69ec3c17d3980e7f836bb091fd6661fc86ba5 (patch)
treeb1360b5d4f794d73fcdd563bd742c8d17d5735dd /misc
parent9d5148307a147de899b6dee919bd058132a1efd5 (diff)
downloadslackbuilds-f8f69ec3c17d3980e7f836bb091fd6661fc86ba5.tar.gz
slackbuilds-f8f69ec3c17d3980e7f836bb091fd6661fc86ba5.tar.xz
misc/moreutils: Updated for version 0.59.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/moreutils/moreutils.SlackBuild4
-rw-r--r--misc/moreutils/moreutils.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/moreutils/moreutils.SlackBuild b/misc/moreutils/moreutils.SlackBuild
index e0c2fa9687..664a567943 100644
--- a/misc/moreutils/moreutils.SlackBuild
+++ b/misc/moreutils/moreutils.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=moreutils
-VERSION=${VERSION:-0.57}
+VERSION=${VERSION:-0.59}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,7 +75,7 @@ make install DESTDIR=$PKG
# Move manpages to /usr/man
mkdir $PKG/usr/man
mv $PKG/usr/share/man/* $PKG/usr/man
-rm -rf $PKG/usr/share/
+rm -rf $PKG/usr/share/ $PKG/usr/man/man1/ts.1
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
diff --git a/misc/moreutils/moreutils.info b/misc/moreutils/moreutils.info
index 738bceb93d..0ae901ce55 100644
--- a/misc/moreutils/moreutils.info
+++ b/misc/moreutils/moreutils.info
@@ -1,10 +1,10 @@
PRGNAM="moreutils"
-VERSION="0.57"
+VERSION="0.59"
HOMEPAGE="https://joeyh.name/code/moreutils"
-DOWNLOAD="http://drabczyk.org/moreutils-0.57.tar.gz"
-MD5SUM="7268b9061281bcd550408218c7ec8ae9"
+DOWNLOAD="http://drabczyk.org/moreutils-0.59.tar.gz"
+MD5SUM="718900463335f8a9405493c5db5cf4bb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="perl-IPC-Run"
MAINTAINER="Arkadiusz Drabczyk"
EMAIL="arkadiusz@drabczyk.org"