From 672c1cc135f7d366f5bd2bd79a428b2f8b2282d1 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 5 Dec 2021 19:26:49 -0700 Subject: [PATCH] ci: arch pkgbuild should conflict as well as provide wezterm --- ci/PKGBUILD.template | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/PKGBUILD.template b/ci/PKGBUILD.template index f52d11788e7..ac742fceb43 100644 --- a/ci/PKGBUILD.template +++ b/ci/PKGBUILD.template @@ -12,6 +12,7 @@ arch=('i686' 'x86_64') url='https://wezfurlong.org/wezterm' license=('MIT') provides=('wezterm') +conflicts=('wezterm') # Don't strip: it will break the binary and it only saves ~10% anyway options=('!strip') makedepends=('fuse')