From 27082ba223e86372bc89c4c85e7f6722583ce240 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Wed, 1 Feb 2023 12:00:37 -0800 Subject: [PATCH] Fix nFPM provides/conflicts values --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 1c6d050..680a845 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -40,9 +40,9 @@ nfpms: - rpm - archlinux provides: - - lure + - linux-user-repository conflicts: - - lure + - linux-user-repository contents: - src: scripts/completion/bash dst: /usr/share/bash-completion/completions/lure