summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormemchr2024-02-27 10:22:36 +0000
committermemchr2024-02-27 10:22:57 +0000
commitf5990aebd240a800f9e92107e847384824fad0c0 (patch)
tree9937fe76c213940e9f8da22bce6ed77cb1366bc2
parentc1ccd74ab95d5268f4566a77815ce546c33f1505 (diff)
downloadaur-f5990aeb.tar.gz
fix missing mkdir /usr/include/hyprland/wlroots
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 719c2ea8b190..01d96067f9f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprland-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
- pkgver = 0.34.0.r95.cf1886ca
+ pkgver = 0.35.0.r104.bc3f5b94
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = hyprland-git
depends = glib2
depends = glibc
depends = glslang
+ depends = hyprlang
depends = libdisplay-info
depends = libdrm
depends = libglvnd
@@ -48,7 +49,7 @@ pkgbase = hyprland-git
depends = xorg-xinput
depends = xorg-xwayland
depends = libdisplay-info.so
- provides = hyprland=0.34.0
+ provides = hyprland=0.35.0
conflicts = hyprland
source = git+https://github.com/hyprwm/Hyprland.git
source = git+https://gitlab.freedesktop.org/wlroots/wlroots.git
diff --git a/PKGBUILD b/PKGBUILD
index 7cffdccb968a..82ec1a68cbb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ThatOneCalculator <kainoa at t1c dot dev>
pkgname=hyprland-git
-pkgver=0.34.0.r95.cf1886ca
+pkgver=0.35.0.r104.bc3f5b94
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=(x86_64 aarch64)
@@ -123,6 +123,8 @@ package() {
meson install -C build \
--destdir "$pkgdir" \
--skip-subprojects hyprland-protocols
+
+ mkdir "$pkgdir/usr/include/hyprland/wlroots"
mv "$pkgdir/usr/include/wlr" "$pkgdir/usr/include/hyprland/wlroots"
# resolve conflicts with system wlr