summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Schiffer2021-03-05 22:32:37 +0100
committerMatthias Schiffer2021-03-05 22:32:37 +0100
commit519c30c51a576d83b099a4fa1bfa0b8f1d8be841 (patch)
tree8e02ae004f21c9ea010bdf855a847f4773363c52 /PKGBUILD
parent31e24c0a33770d382ed270747b7e4492f4c182f5 (diff)
downloadaur-519c30c51a576d83b099a4fa1bfa0b8f1d8be841.tar.gz
Update for new libmnl dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e254cba3be0..cc5184c193c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=fastd-git
arch=("x86_64")
-pkgver=19.6.gc095ce9b4db8
+pkgver=21.35.g6d7799c762e0
pkgrel=1
pkgdesc="Fast and secure tunneling daemon (git version)"
makedepends=('meson')
-depends=('libcap' 'libuecc>=6' 'libsodium' 'json-c' 'openssl')
+depends=('libcap' 'libuecc>=6' 'libsodium' 'json-c' 'openssl' 'libmnl')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
url="https://github.com/NeoRaider/fastd/"