summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e268d143b5e4..9bd4ea5ab7b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
-# Generated by makepkg 4.2.1
-# Mon Aug 10 11:00:06 UTC 2015
+# Generated by makepkg 5.0.1
+# Wed Mar 30 08:18:20 UTC 2016
pkgbase = hubic
pkgdesc = Synchronization service provided by OVH.
pkgver = 2.1.0
- pkgrel = 55
+ pkgrel = 56
url = https://hubic.com/
install = hubic.install
changelog = CHANGELOG
arch = any
license = custom
- depends = mono>=2.10
+ depends = mono<=4.2
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 dd1b637a9ff8..63770cc83e71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=hubic
pkgver=2.1.0
_pkgbuildver=53
-pkgrel=55
+pkgrel=56
pkgdesc="Synchronization service provided by OVH."
arch=('any')
url="https://hubic.com/"
license=('custom')
provides=('hubic')
-depends=('mono>=2.10')
+depends=('mono<=4.2')
install=hubic.install
changelog=CHANGELOG
source=(http://mir7.ovh.net/ovh-applications/hubic/hubiC-Linux/${pkgver}/hubiC-Linux-${pkgver}.${_pkgbuildver}-linux.tar.gz)