summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThatOneCalculator2023-03-08 15:51:00 -0800
committerThatOneCalculator2023-03-08 15:51:00 -0800
commit9b20655b257ec11a12cfc97660a802b11eadec1c (patch)
treec8ae920183e037a4ba388edb5dae4b21fb5bd230
parent71371d74f810b32dba929904ce8630cafd035a79 (diff)
downloadaur-9b20655b257ec11a12cfc97660a802b11eadec1c.tar.gz
fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9cf7bdcbcb8..0c92138ed790 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyprland-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
pkgver = r2572.ga85a6fa6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hyprwm/Hyprland
arch = any
license = BSD
@@ -42,6 +42,8 @@ pkgbase = hyprland-git
depends = vulkan-icd-loader
depends = vulkan-validation-layers
depends = xorg-xwayland
+ depends = libliftoff
+ depends = libliftoff-info
provides = hyprland
conflicts = hyprland
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 836e7369b2ec..e51d98eac99c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-git"
pkgver=r2572.ga85a6fa6
-pkgrel=1
+pkgrel=2
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=(any)
url="https://github.com/hyprwm/Hyprland"
@@ -36,7 +36,9 @@ depends=(
seatd
vulkan-icd-loader
vulkan-validation-layers
- xorg-xwayland)
+ xorg-xwayland
+ libliftoff
+ libliftoff-info)
makedepends=(
git
cmake