Created
January 6, 2023 11:23
-
-
Save kyujin-cho/dd9d47133f017e51dbbd784d66f6905b to your computer and use it in GitHub Desktop.
Wezterm Git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index ba8af70..140239a 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -3,9 +3,9 @@ | |
pkgname=("wezterm-git") | |
pkgdesc="A terminal emulator implemented in Rust, using OpenGL ES 2 for rendering." | |
-pkgver=20210916.085405.e36cf754 | |
+pkgver=20230102.155114.67896f67 | |
pkgrel=3 | |
-arch=("x86_64" "i686") | |
+arch=("x86_64" "i686" "aarch64") | |
url="https://github.com/wez/wezterm" | |
license=("MIT") | |
depends=( | |
@@ -19,7 +19,7 @@ depends=( | |
"xcb-util-keysyms" | |
"xcb-util-wm" | |
) | |
-makedepends=("cargo" "cmake" "git" "pkgconf" "python") | |
+makedepends=("cmake" "git" "pkgconf" "python") | |
provides=("wezterm" "wezterm-gui" "wezterm-mux-server") | |
conflicts=("wezterm" "wezterm-bin" "wezterm-nightly-bin") | |
source=( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment