summaryrefslogtreecommitdiffstats
path: root/network/pCloudDrive/pCloudDrive.SlackBuild
diff options
context:
space:
mode:
author Igor Alexandrov2020-04-24 02:42:07 +0200
committer Willy Sudiarto Raharjo2020-04-24 02:42:07 +0200
commit1935c47a0e84db6f880b021d37e6cf9770b726a8 (patch)
tree207028f6eceb318d9022472529084f2ea93681d5 /network/pCloudDrive/pCloudDrive.SlackBuild
parentbdd030c118c7dd5996113f9afa2f4ef7f8e1fd78 (diff)
downloadslackbuilds-1935c47a0e84db6f880b021d37e6cf9770b726a8.tar.gz
network/pCloudDrive: Updated for version 1.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/pCloudDrive/pCloudDrive.SlackBuild')
-rw-r--r--network/pCloudDrive/pCloudDrive.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/pCloudDrive/pCloudDrive.SlackBuild b/network/pCloudDrive/pCloudDrive.SlackBuild
index f237ca416d..9608a0da02 100644
--- a/network/pCloudDrive/pCloudDrive.SlackBuild
+++ b/network/pCloudDrive/pCloudDrive.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pCloudDrive
-# Copyright 2019 Igor Alexandrov <igora.vault@gmail.com>
+# Copyright 2020 Igor Alexandrov <igor.alexandrov@outlook.com>
# 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=pCloudDrive
-VERSION=${VERSION:-1.7.2}
+VERSION=${VERSION:-1.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -35,6 +35,8 @@ if [ -z "$ARCH" ]; then
esac
fi
+set -e
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@@ -47,8 +49,6 @@ if [ "$ARCH" != "x86_64" -a "$ARCH" != "i586" ]; then
exit 1
fi
-set -eu
-
rm -rf $PKG
mkdir -p $TMP $OUTPUT $PKG/{install,opt,usr/{bin,doc/$PRGNAM-$VERSION}}
cd $PKG/opt