summaryrefslogtreecommitdiff
path: root/network/nextcloud-client/nextcloud-client.SlackBuild
diff options
context:
space:
mode:
authorRodrigo Gimenez <estrod@zoho.com>2018-07-19 00:57:51 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-07-21 06:53:31 +0700
commita6679bbb80f8714aef46ca00b89fe5ceb3d92f0b (patch)
treecbbf80ade25ae657a0a49c75a51eb0cb3025d65e /network/nextcloud-client/nextcloud-client.SlackBuild
parent0123a809f175bf37b7008db37f08a578eb90d346 (diff)
downloadslackbuilds-a6679bbb80f8714aef46ca00b89fe5ceb3d92f0b.tar.gz
network/nextcloud-client: Updated for version 2.3.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/nextcloud-client/nextcloud-client.SlackBuild')
-rw-r--r--network/nextcloud-client/nextcloud-client.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/network/nextcloud-client/nextcloud-client.SlackBuild b/network/nextcloud-client/nextcloud-client.SlackBuild
index 1be6ee874f..61bb4e7bde 100644
--- a/network/nextcloud-client/nextcloud-client.SlackBuild
+++ b/network/nextcloud-client/nextcloud-client.SlackBuild
@@ -3,8 +3,8 @@
# Slackware build script for nextcloud-client
# Copyright 2013-2016 Christopher Walker Copperas Cove, TX
-# Copyright 2016-2017 Chris Abela <kristofru@gmail.com>, Malta
-# Copyright 2017 Rodrigo Gimenez <estrod@zoho.com>, Argentina
+# Copyright 2016-2018 Chris Abela <kristofru@gmail.com>, Malta
+# Copyright 2017-2018 Rodrigo Gimenez <estrod@zoho.com>, Argentina
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,8 +27,8 @@
# This is based on the owncloud-client slackbuild in https://slackbuilds.org
PRGNAM=nextcloud-client
-VERSION=${VERSION:-2.3.2}
-OWNCLOUD_VERSION=2.3.2
+VERSION=${VERSION:-2.3.3}
+OWNCLOUD_VERSION=${OWNCLOUD_VERSION:-2.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -101,7 +101,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE README.md \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
[ -d "$PKG/usr/man" ] && find $PKG/usr/man -type f -exec gzip -9 '{}' \;