summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWez Furlong2021-12-11 06:58:41 -0700
committerWez Furlong2021-12-11 06:58:41 -0700
commitbfd2e97cbbdfbc0dd579e6e9ab20d89286d9fc15 (patch)
tree609847f62895f7ee3639e9103d1986e05410d59d /PKGBUILD
parent2d42f2c2db24305bcaba9c6aa98c7376ac25e547 (diff)
downloadaur-wezterm-nightly-bin.tar.gz
update conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d2507254d9d..952414c55c6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=wezterm-nightly-bin
pkgver=20200517.122836.92c201c6.105.g5d508350
-pkgrel=9
+pkgrel=10
pkgdesc='Bleeding edge builds of a GPU-accelerated cross-platform terminal emulator and multiplexer implemented in Rust'
arch=('i686' 'x86_64')
url='https://wezfurlong.org/wezterm'
license=('MIT')
provides=('wezterm')
-conflicts=('wezterm-bin')
+conflicts=('wezterm-bin' 'wezterm' 'wezterm-git')
# Don't strip: it will break the AppImage!
options=('!strip')
depends=('fuse')