From 40ab062a3c6ac1624734e5b17064eb6e775b5d68 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Tue, 31 May 2022 13:25:49 -0700 Subject: [PATCH] Update PKGBUILD-bin --- aur/PKGBUILD-bin | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aur/PKGBUILD-bin b/aur/PKGBUILD-bin index 03f2e0512..bc87c6b3e 100644 --- a/aur/PKGBUILD-bin +++ b/aur/PKGBUILD-bin @@ -2,8 +2,8 @@ _pkgname="hyprland" pkgname="${_pkgname}-bin" -pkgver="0.2.1beta" -pkgrel=2 +pkgver="0.2.2beta" +pkgrel=1 pkgdesc="Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks." arch=(any) url="https://github.com/vaxerski/Hyprland" @@ -19,6 +19,7 @@ package() { mkdir -p "${pkgdir}/usr/share/wayland-sessions" mkdir -p "${pkgdir}/usr/share/hyprland" install -Dm755 ./Hyprland -t "${pkgdir}/usr/bin" + install -Dm755 ./hyprctl -t "${pkgdir}/usr/bin" install -Dm755 ./libwlroots.so.11032 -t "${pkgdir}/usr/lib" install -Dm644 assets/*.png -t "${pkgdir}/usr/share/hyprland" install -Dm644 example/hyprland.desktop -t "${pkgdir}/usr/share/wayland-sessions"