summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Vikstrom2020-05-12 05:31:04 +0000
committerSimon Vikstrom2020-05-12 05:31:04 +0000
commit2e13829bda01c847a993f78cf8314bec9c9df822 (patch)
tree1ae2801ec385bcdfc980d12e319c8d661eadf9e4
parent09052573ecc92200f17f6ca0a34d27d5533df8ff (diff)
downloadaur-2e13829bda01c847a993f78cf8314bec9c9df822.tar.gz
Add conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79b4485f809e..df794e4e5597 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,9 @@ pkgbase = cinc
url = https://cinc.sh/download/
arch = x86_64
license = Apache
+ conflicts = chef
+ conflicts = chef-solo
+ conflicts = chef-dk
source = http://downloads.cinc.sh/files/stable/cinc/16.0.287/ubuntu/20.04/cinc_16.0.287-1_amd64.deb
sha256sums = 98aad2e4a30377c71b59147c0f90b2904505cf7c70591d868ea02003f9d8e9d5
diff --git a/PKGBUILD b/PKGBUILD
index 60bc63a7ba2c..02945c3543e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://cinc.sh/download/"
license=('Apache')
depends=()
-conflicts=(chef, chef-solo, chef-dk)
+conflicts=(chef chef-solo chef-dk)
source=("http://downloads.cinc.sh/files/stable/cinc/${pkgver}/ubuntu/20.04/cinc_${pkgver}-1_amd64.deb")
sha256sums=('98aad2e4a30377c71b59147c0f90b2904505cf7c70591d868ea02003f9d8e9d5')