summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Moffa2023-10-17 20:18:10 +0200
committerMattia Moffa2023-10-17 20:18:10 +0200
commit455522d9707373443ddc47c9706fbb24aeeeb054 (patch)
tree106936ca5c63e579f99b4720edd227c4a92cf5ee
parent4c79d99f6f1652789429e0065282a65b667aed59 (diff)
downloadaur-455522d9707373443ddc47c9706fbb24aeeeb054.tar.gz
Add vde-netemu-git optdepend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffca2c8fb01d..3912be1f0308 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = virtualbricks-develop-git
depends = python-zope-interface
depends = vde2
depends = qemu-full
+ optdepends = vde-netemu-git: channel emulator support
provides = virtualbricks=r2165.f21d01c
conflicts = virtualbricks
source = virtualbricks::git+https://github.com/virtualsquare/virtualbricks.git#branch=develop
diff --git a/PKGBUILD b/PKGBUILD
index 50cbd8ac3600..475e2c99a1bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url="https://github.com/virtualsquare/virtualbricks"
license=('GPL2')
depends=('python-gobject' 'python-pillow' 'python-pygraphviz' 'python-twisted' 'python-zope-interface' 'vde2' 'qemu-full')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
+optdepends=("vde-netemu-git: channel emulator support")
provides=("virtualbricks=$pkgver")
conflicts=("virtualbricks")
source=('virtualbricks::git+https://github.com/virtualsquare/virtualbricks.git#branch=develop'