summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThatOneCalculator2023-03-08 18:26:36 -0800
committerThatOneCalculator2023-03-08 18:26:36 -0800
commit0ec8982335bbc34fa5659ab55112a44b1f390253 (patch)
tree937905b147550954915ac2d1cd0199a6a4519558
parent8238643775fc6b979432e4d77c4a8dd472dba7ab (diff)
downloadaur-0ec8982335bbc34fa5659ab55112a44b1f390253.tar.gz
fix
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33da8a982baa..45a8e7b7809c 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 = r2573.g92d23311
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/hyprwm/Hyprland
arch = any
license = BSD
@@ -43,6 +43,7 @@ pkgbase = hyprland-git
depends = vulkan-validation-layers
depends = xorg-xwayland
depends = libliftoff
+ depends = libdisplay-info
provides = hyprland
conflicts = hyprland
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 7dbe7db86c52..904713788292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-git"
pkgver=r2573.g92d23311
-pkgrel=3
+pkgrel=4
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=(any)
url="https://github.com/hyprwm/Hyprland"
@@ -37,7 +37,8 @@ depends=(
vulkan-icd-loader
vulkan-validation-layers
xorg-xwayland
- libliftoff)
+ libliftoff
+ libdisplay-info)
makedepends=(
git
cmake