summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author B. Watson2019-12-01 18:25:50 +0100
committer Willy Sudiarto Raharjo2019-12-15 11:06:23 +0100
commit02867981bf61306afd124cc85cfbd7d16858898d (patch)
tree324d044a6b2d8c3361fa3b25b348034e3c18d5d5 /misc
parent13ffeb895c429b5b15d5567b2a8bceebc0b6a052 (diff)
downloadslackbuilds-02867981bf61306afd124cc85cfbd7d16858898d.tar.gz
misc/wcd: Updated for version 6.0.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/wcd/wcd.SlackBuild11
-rw-r--r--misc/wcd/wcd.info6
2 files changed, 7 insertions, 10 deletions
diff --git a/misc/wcd/wcd.SlackBuild b/misc/wcd/wcd.SlackBuild
index e5bc31880b..5ca81eed94 100644
--- a/misc/wcd/wcd.SlackBuild
+++ b/misc/wcd/wcd.SlackBuild
@@ -25,13 +25,13 @@
# with this program (most likely, a file named COPYING). If not, see
# <https://www.gnu.org/licenses/>.
+# 20191201 bkw: updated for v6.0.3.
# 20180612 bkw: updated for v6.0.2.
-
# 20171219 bkw: updated for v6.0.1. also, add /etc/profile.d scripts
# so wcd actually *works*.
PRGNAM=wcd
-VERSION=${VERSION:-6.0.2}
+VERSION=${VERSION:-6.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,11 +57,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $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 640 -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 {} \+
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
diff --git a/misc/wcd/wcd.info b/misc/wcd/wcd.info
index cfda7ced71..e69dd930eb 100644
--- a/misc/wcd/wcd.info
+++ b/misc/wcd/wcd.info
@@ -1,8 +1,8 @@
PRGNAM="wcd"
-VERSION="6.0.2"
+VERSION="6.0.3"
HOMEPAGE="http://waterlan.home.xs4all.nl/"
-DOWNLOAD="http://waterlan.home.xs4all.nl/wcd/wcd-6.0.2.tar.gz"
-MD5SUM="b3b51b398fb808afdd4cf25fab5f215a"
+DOWNLOAD="http://waterlan.home.xs4all.nl/wcd/wcd-6.0.3.tar.gz"
+MD5SUM="833dec747e810aacc060f7ef50fade85"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""