From eff903215f44a37d273cc98cc48ad0c46e5efd8c Mon Sep 17 00:00:00 2001 From: Christopher Walker Date: Tue, 29 Oct 2013 06:48:42 +0100 Subject: network/owncloud-client: Updated for version 1.4.0. Signed-off-by: Matteo Bernardini --- network/owncloud-client/doinst.sh | 2 +- network/owncloud-client/owncloud-client.SlackBuild | 4 ++-- network/owncloud-client/owncloud-client.info | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'network/owncloud-client') 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" -- cgit v1.2.3