summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWez Furlong2020-09-14 20:12:53 -0700
committerWez Furlong2020-09-14 20:12:53 -0700
commit0c927c776b5dd1ad8c2616e67b1e2d3ff2bc4579 (patch)
tree50bb1db1214d8de72a7a5804cd97f5e2655437c0 /PKGBUILD
parenta0fc4630eef3525e384eed47e2b6c7712e4a9e5e (diff)
downloadaur-0c927c776b5dd1ad8c2616e67b1e2d3ff2bc4579.tar.gz
fixup PKGBUILD
refs: https://github.com/wez/wezterm/issues/269
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f89830f68966..392323c0cbc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ depends=(
'xcb-util-keysyms'
'xcb-util-wm'
)
-makedepends=('rust' 'cargo' 'cmake' 'git' 'pkgconf', 'python')
+makedepends=('rust' 'cargo' 'cmake' 'git' 'pkgconf' 'python')
source=("git+https://github.com/wez/wezterm.git")
sha256sums=('SKIP')
conflicts=('wezterm-bin' 'wezterm-nightly-bin')