summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Salvatella2021-02-11 00:07:43 +0100
committerGerard Salvatella2021-02-11 00:07:43 +0100
commit48f6d7828e68aeb38e4d60ea7734cbf4f692e2fe (patch)
tree581bb813843f81538108d1105fa8b2105ac46112
parentdab5e88dfd9308cb9c3e9f1e9945a0e632fc56ff (diff)
downloadaur-48f6d7828e68aeb38e4d60ea7734cbf4f692e2fe.tar.gz
add virtualhub as optional dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0a1676a06dc..3a3c6cf899d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = yoctolib-cmdlines
url = https://www.yoctopuce.com
arch = x86_64
license = GPL
+ optdepends = virtualhub: web server daemon
source = https://www.yoctopuce.com/FR/downloads/Cmdlines.linux_intel.43781.zip
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5af8ba4caf42..b5bd445931f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ groups=()
depends=()
makedepends=()
checkdepends=()
-optdepends=()
+optdepends=("virtualhub: web server daemon")
provides=()
conflicts=()
replaces=()