summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2015-12-13 13:09:36 -0800
committerUncle Hunto2015-12-13 13:09:36 -0800
commite28ef64fabeff9d9e6d7d24a2a928401afe4f3a9 (patch)
tree7dfc100a032353ca2a7ed9c8262b9934f5a04795
parent8ead9e8217f7aefcfcd022af09422bc05679d2f1 (diff)
downloadaur-e28ef64fabeff9d9e6d7d24a2a928401afe4f3a9.tar.gz
Lower Mono depend
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad1363181cd7..4fee66efd79b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sun Dec 13 21:07:38 UTC 2015
pkgbase = airvpn-bin
pkgdesc = AirVPN client "Eddie" based on OpenVPN, stable version.
pkgver = 2.10.3
- pkgrel = 1
+ pkgrel = 2
url = https://airvpn.org/linux/
install = airvpn.install
arch = i686
arch = x86_64
license = GPL3
depends = gksu
- depends = mono
+ depends = mono<=4.0.5.1
depends = openvpn
optdepends = stunnel: VPN over SSL
optdepends = openssh: VPN over SSH
diff --git a/PKGBUILD b/PKGBUILD
index 5393a299b767..498bd44741a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=airvpn-bin
pkgver=2.10.3
-pkgrel=1
+pkgrel=2
pkgdesc='AirVPN client "Eddie" based on OpenVPN, stable version.'
arch=('i686' 'x86_64')
url=https://airvpn.org/linux/
license=(GPL3)
-depends=(gksu mono openvpn)
+depends=(gksu 'mono<=4.0.5.1' openvpn)
optdepends=('stunnel: VPN over SSL' 'openssh: VPN over SSH')
provides=('airvpn')
conflicts=('airvpn' 'airvpn-beta-bin')