summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ray2021-02-15 18:20:55 +1100
committerMatt Ray2021-02-15 18:20:55 +1100
commitebd7ed9e084e1a9fea729517aa7567209d84691e (patch)
treed3ee6e62de7cf357e1d0b01aef0cce1a06331f86
parent58db5732890331e29f15cd471b3624c09f51b3ef (diff)
downloadaur-ebd7ed9e084e1a9fea729517aa7567209d84691e.tar.gz
Add cinc as a conflicting package
Signed-off-by: Matt Ray <github@mattray.dev>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71baa014446f..50e982c29039 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,8 @@ pkgbase = chef-workstation
conflicts = chef
conflicts = chef-solo
conflicts = chef-client
+ conflicts = cinc
source = https://packages.chef.io/files/stable/chef-workstation/21.1.247/ubuntu/18.04/chef-workstation_21.1.247-1_amd64.deb
sha256sums = f30de903161d3c06978a22d346358bf46093997cfcfca6cfde36885aa9f2ea23
pkgname = chef-workstation
-
diff --git a/PKGBUILD b/PKGBUILD
index c17b20a177d8..8b305e43f01f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://downloads.chef.io/chef-workstation/"
license=('Apache')
depends=()
-conflicts=(chef-dk chef chef-solo chef-client)
+conflicts=(chef-dk chef chef-solo chef-client cinc)
source=('https://packages.chef.io/files/stable/chef-workstation/21.1.247/ubuntu/18.04/chef-workstation_21.1.247-1_amd64.deb')
sha256sums=('f30de903161d3c06978a22d346358bf46093997cfcfca6cfde36885aa9f2ea23')