summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2020-11-11 16:15:38 +0100
committerGianluca Boiano2020-11-11 16:15:38 +0100
commitfa9ab25fbe6353d9208d2ff66b89fc9b61268923 (patch)
tree3dba231301b14346145539b6edf88952708f89c0
parentf037311cc3c775dcd9bf8409315f32d0161e28d2 (diff)
downloadaur-fa9ab25fbe6353d9208d2ff66b89fc9b61268923.tar.gz
openbazaar: add openbazaard as optdep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c1e8222397c..5395fa774a56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = openbazaar
license = MIT
makedepends = npm
depends = electron6
+ optdepends = openbazaard: server daemon occasionally needed by front-end
options = !strip
source = https://github.com/OpenBazaar/openbazaar-desktop/archive/v2.4.8.tar.gz
source = openbazaar.js
diff --git a/PKGBUILD b/PKGBUILD
index 12799c2f9894..f19e94f123c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=(i686 x86_64)
url="https://github.com/OpenBazaar/openbazaar-desktop"
license=('MIT')
depends=('electron6')
+optdepends=('openbazaard: server daemon occasionally needed by front-end')
makedepends=('npm')
source=("https://github.com/OpenBazaar/openbazaar-desktop/archive/v$pkgver.tar.gz"
"$pkgname.js"