From 060f824053bb33b0efd160de4c1d40bef785a700 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 29 Jan 2018 13:54:58 -0500 Subject: pcr/holo: Simplify replaces/conflicts They were missing holo-files. Just unify the 3 lists to avoid that. --- pcr/holo/PKGBUILD | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'pcr/holo/PKGBUILD') diff --git a/pcr/holo/PKGBUILD b/pcr/holo/PKGBUILD index b6aa9b65c..516dffbdd 100644 --- a/pcr/holo/PKGBUILD +++ b/pcr/holo/PKGBUILD @@ -3,7 +3,7 @@ pkgname='holo' pkgver=2.2 -pkgrel=2 +pkgrel=3 pkgdesc='Minimalistic configuration management' arch=('i686' 'x86_64' 'armv7h') url='http://holocm.org' @@ -23,16 +23,8 @@ provides=( "holo-ssh-keys=${pkgver}" "holo-users-groups=${pkgver}" ) -replaces=( - 'holo-run-scripts' - 'holo-ssh-keys' - 'holo-users-groups' -) -conflicts=( - 'holo-run-scripts' - 'holo-ssh-keys' - 'holo-users-groups' -) +conflicts=("${provides[@]%=*}") +replaces=("${provides[@]%=*}") backup=( 'etc/holorc' 'etc/holorc.d/10-files' -- cgit v1.2.3