diff --git a/entrypoint.sh b/entrypoint.sh index 2776484..a1ced29 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -22,7 +22,7 @@ rm ./gpg_key gpg --list-keys --keyid-format=long gpg --list-secret-keys --keyid-format=long -for i in helix-git hyprland-git typst-git gitkraken-wayland; do +for i in hyprland-git helix-git typst-git gitkraken-wayland; do status=13 git submodule update --init $i cd $i diff --git a/hyprland-git/PKGBUILD b/hyprland-git/PKGBUILD index de0c263..b042e05 100644 --- a/hyprland-git/PKGBUILD +++ b/hyprland-git/PKGBUILD @@ -51,7 +51,8 @@ makedepends=(cmake meson ninja vulkan-headers - xorgproto) + xorgproto + jq) provides=("hyprland=${pkgver%%.r*}") conflicts=(hyprland) source=("git+https://github.com/hyprwm/Hyprland.git"