summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParham Alvani2021-07-31 05:23:54 +0430
committerParham Alvani2021-07-31 05:23:54 +0430
commit99bf358a663db9ef16c991bff03b09cd9ca3e54a (patch)
tree5a1509abdcd3b7d2be177a44f3d4aa2cfbc51c6c
parentecb9eaf1e76051ce05eaa62537005f09a139dc45 (diff)
downloadaur-99bf358a663db9ef16c991bff03b09cd9ca3e54a.tar.gz
feat: Add Conflicts and Provide
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93e572c86b13..a79ed6648766 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = dive-bin
url = https://github.com/wagoodman/dive
arch = x86_64
license = MIT
+ provides = dive
+ conflicts = dive
source = https://github.com/wagoodman/dive/releases/download/v0.10.0/dive_0.10.0_linux_amd64.tar.gz
sha256sums = 9541997876d4985de66d0fa5924dac72258a3094ef7d3f6ef5fa5dcf6f6a47ad
diff --git a/PKGBUILD b/PKGBUILD
index 801025d9ea9a..42d45ca29628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,9 @@ arch=(x86_64)
url="https://github.com/wagoodman/dive"
license=('MIT')
+conflicts=('dive')
+provides=('dive')
+
source=("https://github.com/wagoodman/dive/releases/download/v${pkgver}/dive_${pkgver}_linux_amd64.tar.gz")
sha256sums=('9541997876d4985de66d0fa5924dac72258a3094ef7d3f6ef5fa5dcf6f6a47ad')