summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-04-22 12:31:00 +0800
committerlilac2023-04-22 12:31:00 +0800
commit37b8b2f8abb2be3864fc87707bb35faf011d7fc6 (patch)
treeb394bf6b2c084a4365886c2aacd490a4657b6839
parentc2885b5265bde42db231caf624f00d5526bd8b1f (diff)
downloadaur-37b8b2f8abb2be3864fc87707bb35faf011d7fc6.tar.gz
[lilac] updated to r2806.d366fc48-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 650e1510f5b7..4fbf0da312ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprland-nvidia-hidpi-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (NVIDIA + HiDPI patch)
- pkgver = r2722.e4e653ad
+ pkgver = r2806.d366fc48
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index c33ed0ab02d5..e2af1999ef8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=hyprland
pkgname="${_pkgname}-nvidia-hidpi-git"
-pkgver=r2722.e4e653ad
+pkgver=r2806.d366fc48
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (NVIDIA + HiDPI patch)"
arch=(any)
@@ -93,6 +93,7 @@ prepare() {
}
build() {
+export CFLAGS+=-w
cd "${srcdir}/${_pkgname}"
make fixwlr
cd "./subprojects/wlroots/" && meson build/ --prefix="${srcdir}/tmpwlr" --buildtype=release && ninja -C build/ && mkdir -p "${srcdir}/tmpwlr" && ninja -C build/ install && cd ../../