summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGFdevelop2020-02-16 15:42:47 +0100
committerGFdevelop2020-02-16 15:42:47 +0100
commit52f92bafe19d49006497ecce3558754897b8102c (patch)
tree8bf9f7092578f4e78fa61b879ec79843b23089b7 /PKGBUILD
parent4746537e580939a2fcfa85c220a1c8ebf372c292 (diff)
downloadaur-52f92bafe19d49006497ecce3558754897b8102c.tar.gz
Added wolfssl dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bbdb888c0f6..d014c217ae4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ _pkgname2="vde2"
pkgname="$_pkgname-git"
pkgver=r74.926dc9a
-pkgrel=2
+pkgrel=3
pkgdesc="VDE: Virtual Distributed Ethernet. Plug your VM directly to the cloud"
arch=('any')
url="https://github.com/rd235/$_pkgname"
license=('GPL2' 'LGPL' 'custom:BSD')
groups=('virtualsquare')
-depends=('s2argv-execs' 'libpcap' 'python')
+depends=('s2argv-execs' 'libpcap' 'python' 'wolfssl')
makedepends=('git' 'cmake')
provides=("$_pkgname" "$_pkgname2")
conflicts=("$_pkgname" "$_pkgname2")