summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8018171f1ccb..fbbc06e3b187 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wezterm-nightly-bin
pkgdesc = Bleeding edge builds of a GPU-accelerated cross-platform terminal emulator and multiplexer implemented in Rust
pkgver = 20200517.122836.92c201c6.105.g5d508350
- pkgrel = 9
+ pkgrel = 10
url = https://wezfurlong.org/wezterm
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = wezterm-nightly-bin
depends = xcb-util-keysyms
depends = xcb-util-wm
provides = wezterm
- conflicts = wezterm-bin
+ conflicts = wezterm-bin wezterm wezterm-git
options = !strip
source = wezterm::https://github.com/wez/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu18.04.AppImage
sha256sums = SKIP
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')