diff options
author | ArTourter <artourter@gmail.com> | 2022-02-17 13:47:50 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-17 23:08:17 +0700 |
commit | b105510a5687b62d945d16f61b43f0cc1ee3d100 (patch) | |
tree | 329978f17fcef4044493a33c7bbe61a2d30595bf /network/signal-desktop/signal-desktop.SlackBuild | |
parent | f2d74109cd8570adc9552000cf179440a3ca8dd1 (diff) |
network/signal-desktop: Updated for version 5.32.0 + new maintainer
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/signal-desktop/signal-desktop.SlackBuild')
-rw-r--r-- | network/signal-desktop/signal-desktop.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/network/signal-desktop/signal-desktop.SlackBuild b/network/signal-desktop/signal-desktop.SlackBuild index 0bb97527144b4..a962e48855806 100644 --- a/network/signal-desktop/signal-desktop.SlackBuild +++ b/network/signal-desktop/signal-desktop.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for signal-desktop # Copyright 2018 David O'Shaughnessy +# Copyright 2022 Gregory J. L. Tourte <artourter@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=signal-desktop -VERSION=${VERSION:-5.30.0} +VERSION=${VERSION:-5.32.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -66,9 +67,9 @@ cd $PKG ar p $CWD/${PRGNAM}_${VERSION}_$DEBARCH.deb data.tar.xz | tar xJv chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + \( -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 \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # create soft link for launcher |