Update PKGBUILD-bin

This commit is contained in:
Kainoa Kanter 2022-05-31 13:25:49 -07:00 committed by GitHub
parent 35bcea38e3
commit 40ab062a3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"