1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 02:37:51 +03:00

ci: arch pkgbuild should conflict as well as provide wezterm

This commit is contained in:
Wez Furlong 2021-12-05 19:26:49 -07:00
parent 54f1914cce
commit 672c1cc135

View File

@ -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')