summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArda Aytekin2019-12-01 19:00:02 +0100
committerArda Aytekin2019-12-01 19:00:02 +0100
commit77f9894262bef13c90cfd55b1253daefaa51c2c2 (patch)
tree7b943b3843ad4d05d707e2120bf797aab16e9721
parent4cb0233c172ea31bf5e19a5013fd7cf64f505489 (diff)
downloadaur-77f9894262bef13c90cfd55b1253daefaa51c2c2.tar.gz
Fix package by depending on strongswan
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cfa27bb2eff..a6c6f04974fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgbase = vpn-unlimited
depends = net-tools
depends = c-ares>=1.10.0
depends = lsb-release
+ depends = strongswan>=5.8.1
source_x86_64 = vpn-unlimited
source_x86_64 = vpn-unlimited-daemon.service
source_x86_64 = http://c7be0123d7efff32860a-a5a4fb8b39b86d00a1eb7d52603ae1d2.r6.cf1.rackcdn.com/vpn-unlimited_4.23_bionic_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 0db1cebf5977..ab005450847d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vpn-unlimited
pkgver=4.23
-pkgrel=3
+pkgrel=4
pkgdesc="VPN Unlimited client application"
arch=("x86_64")
url="https://www.vpnunlimitedapp.com"
@@ -24,6 +24,7 @@ depends=(
"glibc>=2.9" "qt5-base>=5.2.1" "qt5-script>=5.2.1" "qt5-webkit>=5.1.1"
"gcc-libs>=4.4.15" "zlib>=1.2.0" "openvpn" "openresolv" "lzo>=2.0"
"libcurl-compat" "iproute" "net-tools" "c-ares>=1.10.0" "lsb-release"
+ "strongswan>=5.8.1"
)
package() {