summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThatOneCalculator2023-03-07 14:43:37 -0800
committerThatOneCalculator2023-03-07 14:43:37 -0800
commit71371d74f810b32dba929904ce8630cafd035a79 (patch)
tree2132c54d4f31d314e1f33639434c39dc51b98e7a
parent13360046a34ebdcf31dd1f87ded10eba78356099 (diff)
downloadaur-71371d74f810b32dba929904ce8630cafd035a79.tar.gz
update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c8139b39f60..a9cf7bdcbcb8 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 = r2042.ga7ed3a5
+ pkgver = r2572.ga85a6fa6
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1f0ff84f32a5..836e7369b2ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-git"
-pkgver=r2042.ga7ed3a5
+pkgver=r2572.ga85a6fa6
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=(any)
@@ -65,7 +65,8 @@ build() {
cd "${srcdir}/${_pkgname}"
git submodule update --init
make fixwlr
- cd "./subprojects/wlroots/" && meson build/ --prefix="${srcdir}/tmpwlr" --buildtype=release && ninja -C build/ && mkdir -p "${srcdir}/tmpwlr" && ninja -C build/ install && cd ../../
+ cd "./subprojects/wlroots/" && meson build/ --prefix="${srcdir}/tmpwlr" --buildtype=release && ninja -C build/ && mkdir -p "${srcdir}/tmpwlr" && ninja -C build/ install && cd ../
+ cd udis86 && cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -H./ -B./build -G Ninja && cmake --build ./build --config Release --target all -j$(shell nproc) && cd ../..
make protocols
make release
cd ./hyprctl && make all && cd ..