summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphire2021-11-07 01:15:50 +0100
committerphire2021-11-07 01:15:50 +0100
commit32bf6acb422e4bda9039abc7c0967eb9f317f5ea (patch)
tree24735f2f467abe84a706da9f8fda53b1c76ee39b
parentf4d00381db6799cb63d81427c86d1cb5c57875b6 (diff)
downloadaur-32bf6acb422e4bda9039abc7c0967eb9f317f5ea.tar.gz
Add openresolv dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31edb3bfed6c..682aefdfa4de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = wgnord
depends = jq
depends = curl
depends = wireguard-tools
+ depends = openresolv
backup = var/lib/wgnord/template.conf
source = https://git.phire.cc/me/wgnord/archive/0.1.8.tar.gz
md5sums = 469389884c5dc82dd770aea2879272b7
diff --git a/PKGBUILD b/PKGBUILD
index 4f1422797492..5d3b28d23e8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=2
pkgdesc="A NordVPN Wireguard (\"NordLynx\") client in POSIX shell"
arch=('any')
url="https://git.phire.cc/me/wgnord"
-depends=('jq' 'curl' 'wireguard-tools')
+depends=('jq' 'curl' 'wireguard-tools' 'openresolv')
source=("https://git.phire.cc/me/$pkgname/archive/$pkgver.tar.gz")
md5sums=("469389884c5dc82dd770aea2879272b7")
backup=(var/lib/wgnord/template.conf)