summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc17ae2e43cb..401d9efdd67a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = dive-bin
url = https://github.com/wagoodman/dive
arch = x86_64
license = MIT
- depends = docker
+ optdepends = docker: docker support
provides = dive
conflicts = dive
conflicts = dive-git
diff --git a/PKGBUILD b/PKGBUILD
index 722a9b8b86db..b0faa3f187e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(x86_64)
url="https://github.com/wagoodman/dive"
license=('MIT')
-depends=("docker")
+optdepends=('docker: docker support')
conflicts=('dive' 'dive-git')
provides=('dive')