summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8441e8fb977..f89830f68966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('wezterm-git')
pkgdesc="A terminal emulator implemented in Rust, using OpenGL ES 2 for rendering."
pkgver=20200517.122836.92c201c6.105.g5d508350
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'i686')
url="https://github.com/wez/wezterm"
license=('MIT')
@@ -17,7 +17,7 @@ depends=(
'xcb-util-keysyms'
'xcb-util-wm'
)
-makedepends=('rust' 'cargo' 'cmake' 'git' 'pkgconf')
+makedepends=('rust' 'cargo' 'cmake' 'git' 'pkgconf', 'python')
source=("git+https://github.com/wez/wezterm.git")
sha256sums=('SKIP')
conflicts=('wezterm-bin' 'wezterm-nightly-bin')