summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrien Gallouët2017-11-29 16:49:35 +0000
committerAdrien Gallouët2017-11-29 16:49:35 +0000
commit709ae1d1778529fe4674a9bf8489e6c775ef5419 (patch)
treeec053c0c909691d67192ad655a3a594901a0b954 /PKGBUILD
parent0ee2029be54e01e32ae7c95a4898453d0ac012fa (diff)
downloadaur-709ae1d1778529fe4674a9bf8489e6c775ef5419.tar.gz
Add iproute2 deps
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bd72c89f7e2..6fcc4492b56f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A small, simple and secure VPN"
arch=(x86_64)
url="https://github.com/angt/glorytun"
license=('BSD')
-depends=('libsodium')
+depends=('libsodium' 'iproute2')
makedepends=('meson' 'libsodium' 'pkgconfig')
_pkgnamever=$pkgname-${pkgver//_/-}
source=("$url/releases/download/v${pkgver//_/-}/$_pkgnamever.tar.gz")