summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedroHLC2018-11-03 15:43:37 -0300
committerPedroHLC2018-11-03 15:43:37 -0300
commitb8fa3a74a8ac94b2a22492ba93ca167c7d8176b8 (patch)
tree04ad64ef1bdc68f72c8f73a63d2acd059c78dfd3
parent7f361992f1aee5999da93e6437d515de59a5729d (diff)
downloadaur-b8fa3a74a8ac94b2a22492ba93ca167c7d8176b8.tar.gz
Add python as dep
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1af73392363..6221bff04a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=0
arch=('x86_64' 'i686')
url="https://github.com/wez/wezterm"
license=('MIT')
-depends=('freetype2' 'fontconfig' 'libegl' 'harfbuzz' 'xcb-util-wm' 'xcb-util-keysyms')
+depends=('freetype2' 'fontconfig' 'libegl' 'harfbuzz' 'xcb-util-wm' 'xcb-util-keysyms' 'python')
makedepends=('rust' 'cargo' 'cmake' 'git' 'ragel')
source=("$_pkgname::git+https://github.com/wez/wezterm.git")
sha256sums=('SKIP')