summaryrefslogtreecommitdiffstats
path: root/network/owncloud-client/owncloud-client.SlackBuild
diff options
context:
space:
mode:
author Christopher Walker2013-10-29 06:48:42 +0100
committer Robby Workman2013-10-30 02:12:26 +0100
commiteff903215f44a37d273cc98cc48ad0c46e5efd8c (patch)
tree101467b7e2c9842b92b7f19560a337e3e31b55c8 /network/owncloud-client/owncloud-client.SlackBuild
parent73f1bc0b06e235277871577a7da4e80cbbf42f94 (diff)
downloadslackbuilds-eff903215f44a37d273cc98cc48ad0c46e5efd8c.tar.gz
network/owncloud-client: Updated for version 1.4.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/owncloud-client/owncloud-client.SlackBuild')
-rw-r--r--network/owncloud-client/owncloud-client.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/owncloud-client/owncloud-client.SlackBuild b/network/owncloud-client/owncloud-client.SlackBuild
index 9d144cdcde..6903830d5d 100644
--- a/network/owncloud-client/owncloud-client.SlackBuild
+++ b/network/owncloud-client/owncloud-client.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=owncloud-client
-VERSION=${VERSION:-1.3.0}
+VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -100,7 +100,7 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cat $CWD/owncloud.desktop > $PKG/usr/share/applications/owncloud.desktop
-mv $PKG/etc/$PRGNAM/sync-exclude.lst $PKG/etc/$PRGNAM/sync-exclude.lst.new
+mv $PKG/etc/ownCloud/sync-exclude.lst $PKG/etc/ownCloud/sync-exclude.lst.new
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}