summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8980657cab22..0db7224c398e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdeplug4-git
pkgdesc = VDE: Virtual Distributed Ethernet. Plug your VM directly to the cloud
pkgver = r74.926dc9a
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/rd235/vdeplug4
install = vde2.install
arch = any
@@ -14,6 +14,7 @@ pkgbase = vdeplug4-git
depends = s2argv-execs
depends = libpcap
depends = python
+ depends = wolfssl
provides = vdeplug4
provides = vde2
conflicts = vdeplug4
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")