summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGFdevelop2020-02-16 15:42:47 +0100
committerGFdevelop2020-02-16 15:42:47 +0100
commit52f92bafe19d49006497ecce3558754897b8102c (patch)
tree8bf9f7092578f4e78fa61b879ec79843b23089b7
parent4746537e580939a2fcfa85c220a1c8ebf372c292 (diff)
downloadaur-vdeplug4-git.tar.gz
Added wolfssl dependency
-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")