summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer2021-03-05 22:32:37 +0100
committerMatthias Schiffer2021-03-05 22:32:37 +0100
commit519c30c51a576d83b099a4fa1bfa0b8f1d8be841 (patch)
tree8e02ae004f21c9ea010bdf855a847f4773363c52
parent31e24c0a33770d382ed270747b7e4492f4c182f5 (diff)
downloadaur-519c30c51a576d83b099a4fa1bfa0b8f1d8be841.tar.gz
Update for new libmnl dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 670d2e5cf77d..22aff9104e65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastd-git
pkgdesc = Fast and secure tunneling daemon (git version)
- pkgver = 19.6.gc095ce9b4db8
+ pkgver = 21.35.g6d7799c762e0
pkgrel = 1
url = https://github.com/NeoRaider/fastd/
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = fastd-git
depends = libsodium
depends = json-c
depends = openssl
+ depends = libmnl
provides = fastd
conflicts = fastd
source = git+https://github.com/NeoRaider/fastd.git
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/"