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"