From 383dcffc4e34b44468a2c475a0408be6b8759845 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 29 Jan 2018 11:12:16 -0500 Subject: pcr/holo: Add appropriate conflicts=() for bundled plugins --- pcr/holo/PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pcr/holo/PKGBUILD b/pcr/holo/PKGBUILD index d75bd1e38..b6aa9b65c 100644 --- a/pcr/holo/PKGBUILD +++ b/pcr/holo/PKGBUILD @@ -3,7 +3,7 @@ pkgname='holo' pkgver=2.2 -pkgrel=1 +pkgrel=2 pkgdesc='Minimalistic configuration management' arch=('i686' 'x86_64' 'armv7h') url='http://holocm.org' @@ -28,6 +28,11 @@ replaces=( 'holo-ssh-keys' 'holo-users-groups' ) +conflicts=( + 'holo-run-scripts' + 'holo-ssh-keys' + 'holo-users-groups' +) backup=( 'etc/holorc' 'etc/holorc.d/10-files' -- cgit v1.2.3