summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2016-03-30 10:19:45 +0200
committerÉtienne Deparis2016-03-30 10:19:45 +0200
commit029633344b9e7c5062467618a127d4364663d5f0 (patch)
tree3170214658c92ea0d3a925a70c034e25aaeaa8eb /PKGBUILD
parentd652299ef7a0a9f4e4421fc228df996915f01cca (diff)
downloadaur-029633344b9e7c5062467618a127d4364663d5f0.tar.gz
Restrict mono version to avoid non working hubic. Waiting for upstream support of mono 4.4.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)