summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParham Alvani2021-07-31 05:49:36 +0430
committerParham Alvani2021-07-31 05:49:36 +0430
commitfeab5591ba62c5fb5f5e06403e895623b07d458c (patch)
treeee631a842cd50fe70d986e9e3ebdb9230a3464ea
parent248f4b8a81e20f7963951eee25c1846760d26993 (diff)
downloadaur-feab5591ba62c5fb5f5e06403e895623b07d458c.tar.gz
feat: Add Dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 567e13452f9a..cc17ae2e43cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = dive-bin
url = https://github.com/wagoodman/dive
arch = x86_64
license = MIT
+ depends = docker
provides = dive
conflicts = dive
conflicts = dive-git
diff --git a/PKGBUILD b/PKGBUILD
index f9657e41adb1..722a9b8b86db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ arch=(x86_64)
url="https://github.com/wagoodman/dive"
license=('MIT')
+depends=("docker")
+
conflicts=('dive' 'dive-git')
provides=('dive')