summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParham Alvani2021-08-02 10:22:53 +0430
committerParham Alvani2021-08-02 10:22:53 +0430
commit213d95772f431e8eda8dd8151e80494c9dcdfa1c (patch)
tree470f5b4ab98011cd61870ff3016a39710ff23703
parentfeab5591ba62c5fb5f5e06403e895623b07d458c (diff)
downloadaur-213d95772f431e8eda8dd8151e80494c9dcdfa1c.tar.gz
feat: Switch to Optional Dependency
-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')