summaryrefslogtreecommitdiffstats
path: root/system/reptyr
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2019-11-28 16:12:38 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-12-15 17:06:18 +0700
commitdcdae25a68b9afeb849a3c387c3334ea5517e546 (patch)
treeb8328943a9d2aeaeeb4292e2d43e595d62aacdbc /system/reptyr
parentef7227b34dbd2ece5c986a0a914a5c77a0e95ded (diff)
downloadslackbuilds-dcdae25a68b9afeb849a3c387c3334ea5517e546.tar.gz
slackbuilds-dcdae25a68b9afeb849a3c387c3334ea5517e546.tar.xz
system/reptyr: Updated for version 0.7.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/reptyr')
-rw-r--r--system/reptyr/reptyr.SlackBuild10
-rw-r--r--system/reptyr/reptyr.info6
2 files changed, 7 insertions, 9 deletions
diff --git a/system/reptyr/reptyr.SlackBuild b/system/reptyr/reptyr.SlackBuild
index f2825c71f6..041f6e2525 100644
--- a/system/reptyr/reptyr.SlackBuild
+++ b/system/reptyr/reptyr.SlackBuild
@@ -6,12 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20191128 bkw: updated for v0.7.0
# 20170621 bkw: get rid of -Werror (-current needs this)
# 20170302 bkw: use long-format github URL
# 20150505 bkw: updated for v0.6.2
PRGNAM=reptyr
-VERSION=${VERSION:-0.6.2}
+VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -47,11 +48,8 @@ rm -rf $PRGNAM-$PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$PRGNAM-$VERSION
chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
sed -i \
-e 's,share/man,man,g' \
diff --git a/system/reptyr/reptyr.info b/system/reptyr/reptyr.info
index c758f3ac6a..5e55bf62f9 100644
--- a/system/reptyr/reptyr.info
+++ b/system/reptyr/reptyr.info
@@ -1,8 +1,8 @@
PRGNAM="reptyr"
-VERSION="0.6.2"
+VERSION="0.7.0"
HOMEPAGE="https://github.com/nelhage/reptyr"
-DOWNLOAD="https://github.com/nelhage/reptyr/archive/reptyr-0.6.2/reptyr-reptyr-0.6.2.tar.gz"
-MD5SUM="9beb26462407f229c9e900466dc25b56"
+DOWNLOAD="https://github.com/nelhage/reptyr/archive/reptyr-0.7.0/reptyr-reptyr-0.7.0.tar.gz"
+MD5SUM="b44a0057d57d63f3971d3dbda3af1d5b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""