summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')