Skip to content

Commit

Permalink
Update hyprland PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
AOx0 committed Oct 16, 2023
1 parent e0ce94b commit 6100921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion hyprland-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6100921

Please sign in to comment.