summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBernát Gábor2021-08-18 00:40:54 +0100
committerBernát Gábor2021-08-18 00:40:54 +0100
commit553703cff8b6d5d77333a50b703eee6cc3595d26 (patch)
treea7a6996208d0f32ae140c2415e3f389eb1df0a29 /PKGBUILD
parentda3654cb107dfe02d9ffe207f8cab7be4d2f9071 (diff)
downloadaur-553703cff8b6d5d77333a50b703eee6cc3595d26.tar.gz
Fix conflicts
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37cf1c0dd5bb..16cad3d0892b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=("wezterm-git")
pkgdesc="A terminal emulator implemented in Rust, using OpenGL ES 2 for rendering."
pkgver=20210806.214445.e9ad4376
-pkgrel=2
+pkgrel=3
arch=("x86_64" "i686")
url="https://github.com/wez/wezterm"
license=("MIT")
@@ -21,7 +21,7 @@ depends=(
)
makedepends=("rust" "cargo" "cmake" "git" "pkgconf" "python")
provides=("wezterm" "wezterm-gui" "wezterm-mux-server")
-conflicts=("wezterm")
+conflicts=("wezterm" "wezterm-bin" "wezterm-nightly-bin")
source=(
"wezterm::git+https://github.com/wez/wezterm.git"
"harfbuzz::git+https://github.com/harfbuzz/harfbuzz.git"
@@ -30,7 +30,6 @@ source=(
"freetype2::git+https://github.com/wez/freetype2.git"
)
sha256sums=("SKIP" "SKIP" "SKIP" "SKIP" "SKIP")
-conflicts=("wezterm-bin" "wezterm-nightly-bin")
prepare() {
cd $srcdir/wezterm