network/owncloud-client: Updated for version 1.4.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
73f1bc0b06
commit
eff903215f
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue