summaryrefslogtreecommitdiffstats
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
parent73f1bc0b06e235277871577a7da4e80cbbf42f94 (diff)
downloadslackbuilds-eff903215f44a37d273cc98cc48ad0c46e5efd8c.tar.gz
network/owncloud-client: Updated for version 1.4.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--network/owncloud-client/doinst.sh2
-rw-r--r--network/owncloud-client/owncloud-client.SlackBuild4
-rw-r--r--network/owncloud-client/owncloud-client.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/network/owncloud-client/doinst.sh b/network/owncloud-client/doinst.sh
index 7c5efbb623..e03b9430d6 100644
--- a/network/owncloud-client/doinst.sh
+++ b/network/owncloud-client/doinst.sh
@@ -11,7 +11,7 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
-config "$PKG/etc/owncloud-client/sync-exclude.lst.new"
+config "$PKG/etc/ownCloud/sync-exclude.lst.new"
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
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}
diff --git a/network/owncloud-client/owncloud-client.info b/network/owncloud-client/owncloud-client.info
index 4fb1f2e1bd..b45f84d03c 100644
--- a/network/owncloud-client/owncloud-client.info
+++ b/network/owncloud-client/owncloud-client.info
@@ -1,8 +1,8 @@
PRGNAM="owncloud-client"
-VERSION="1.3.0"
+VERSION="1.4.0"
HOMEPAGE="http://owncloud.org/sync-clients/"
-DOWNLOAD="http://download.owncloud.com/download/mirall-1.3.0.tar.bz2"
-MD5SUM="ee2e7bafc714399f2027fefed853f968"
+DOWNLOAD="http://download.owncloud.com/download/mirall-1.4.0.tar.bz2"
+MD5SUM="05a69082b4e940b4282c2b05344c143a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ocsync"