summaryrefslogtreecommitdiff
path: root/pcr/holo
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-01-29 13:54:58 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2018-01-29 14:35:35 -0500
commit060f824053bb33b0efd160de4c1d40bef785a700 (patch)
tree8a79f6bb28a807659c420fe722390dfee98ccc46 /pcr/holo
parentae993879b0a2f1433de032a8009aa1b86af7fa12 (diff)
pcr/holo: Simplify replaces/conflicts
They were missing holo-files. Just unify the 3 lists to avoid that.
Diffstat (limited to 'pcr/holo')
-rw-r--r--pcr/holo/PKGBUILD14
1 files changed, 3 insertions, 11 deletions
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'