summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2016-04-05 20:34:21 +0200
committerÉtienne Deparis2016-04-05 20:34:21 +0200
commit50ed0cde79e5f7dbc4423eee74cdc9b2e55700bd (patch)
treef383e672616168ceaa2845662abac337c0e4d034
parentb71563ae336deda268ee20861aa80f104201e158 (diff)
downloadaur-50ed0cde79e5f7dbc4423eee74cdc9b2e55700bd.tar.gz
New pkgbuild version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--hubic.install6
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dda741f592a9..8ab9c23769e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by makepkg 5.0.1
-# Wed Mar 30 08:31:58 UTC 2016
+# Tue Apr 5 18:33:53 UTC 2016
pkgbase = hubic
pkgdesc = Synchronization service provided by OVH.
pkgver = 2.1.0
- pkgrel = 57
+ pkgrel = 58
url = https://hubic.com/
install = hubic.install
changelog = CHANGELOG
arch = any
license = custom
- depends = mono<=4.2.2.30
+ depends = mono
provides = hubic
source = http://mir7.ovh.net/ovh-applications/hubic/hubiC-Linux/2.1.0/hubiC-Linux-2.1.0.53-linux.tar.gz
sha1sums = 67c7a51325271945414f2c3c61eb371a908ea43b
diff --git a/PKGBUILD b/PKGBUILD
index 1387a612158b..521244aeaa21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=hubic
pkgver=2.1.0
_pkgbuildver=53
-pkgrel=57
+pkgrel=58
pkgdesc="Synchronization service provided by OVH."
arch=('any')
url="https://hubic.com/"
license=('custom')
provides=('hubic')
-depends=('mono<=4.2.2.30')
+depends=('mono')
install=hubic.install
changelog=CHANGELOG
source=(http://mir7.ovh.net/ovh-applications/hubic/hubiC-Linux/${pkgver}/hubiC-Linux-${pkgver}.${_pkgbuildver}-linux.tar.gz)
diff --git a/hubic.install b/hubic.install
index b43946e0b71c..eb613640e9b7 100644
--- a/hubic.install
+++ b/hubic.install
@@ -10,4 +10,10 @@ post_install() {
post_upgrade() {
dbus_tip
+ if [ "$1" = "2.1.0-58" ]; then
+ echo "Due to a change in mono backend, you need to login again against your local folder."
+ echo "WARNING: after you login again, Hubic will perform a full re-index of your Hubic folder. It may result in the creation of many conflict resolution file. Try to stop hubic from your various devices before login again to avoid conflicts."
+ echo ""
+ echo "Also, if you have not perform a login action since a long time, Hubic will ask you first to modify your password. It is a normal procedure."
+ fi
}