diff options
author | Kainoa Kanter <[email protected]> | 2022-05-31 13:45:51 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-31 13:45:51 -0700 |
commit | 1e3bea5e70fb7ffb8365eddff91d44de0fc33c78 (patch) | |
tree | 0b36b0693a037aeb89ea0d5dbf6178fcc364ab92 | |
parent | f64cae2b7fee26e78e17a0d9ba85910e551671c1 (diff) | |
download | Hyprland-1e3bea5e70fb7ffb8365eddff91d44de0fc33c78.tar.gz Hyprland-1e3bea5e70fb7ffb8365eddff91d44de0fc33c78.zip |
Update PKGBUILD
-rw-r--r-- | aur/PKGBUILD | 43 |
1 files changed, 40 insertions, 3 deletions
diff --git a/aur/PKGBUILD b/aur/PKGBUILD index 9c690c34..2acc71f7 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -3,13 +3,50 @@ _pkgname="hyprland" pkgname="${_pkgname}" pkgver="0.2.2beta" -pkgrel=2 +pkgrel=3 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" license=('BSD') -depends=(libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite xorg-xinput libxrender pixman wayland-protocols cairo pango polkit) -makedepends=(git cmake ninja gcc gdb) +depends=( + libxcb + xcb-proto + xcb-util + xcb-util-keysyms + libxfixes + libx11 + libxcomposite + xorg-xinput + libxrender + pixman + wayland-protocols + cairo + pango + polkit + glslang + libinput + libxcb + libxkbcommon + opengl-driver + pixman + wayland + xcb-util-errors + xcb-util-renderutil + xcb-util-wm + seatd + vulkan-icd-loader + vulkan-validation-layers + xorg-xwayland) +makedepends=( + git + cmake + ninja + gcc + gdb + meson + vulkan-headers + wayland-protocols + xorgproto) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vaxerski/hyprland/archive/v${pkgver}.tar.gz") sha256sums=('SKIP') conflicts=("${_pkgname}-git" "${_pkgname}" "${_pkgname}-bin") |