summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortohmais2022-11-14 06:59:26 +1000
committertohmais2022-11-14 06:59:26 +1000
commit3263fd0c3e2cb35a512d9939d4fe77f29f285f38 (patch)
tree477ac61ea7d388c7e82f4513ec904e8e88a79f64 /PKGBUILD
parentb22c83411ad4603140c271952c81bf8af268493b (diff)
downloadaur-3263fd0c3e2cb35a512d9939d4fe77f29f285f38.tar.gz
wlroots version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc204d0a9982..bbad289af972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-nvidia-git"
-pkgver=r1847.cb687c2
+pkgver=r2042.ga7ed3a5
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (NVIDIA patch)"
arch=(any)
@@ -85,5 +85,5 @@ package() {
install -Dm644 example/hyprland.desktop -t "${pkgdir}/usr/share/wayland-sessions"
install -Dm644 example/hyprland.conf -t "${pkgdir}/usr/share/hyprland"
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${_pkgname}"
- install -Dm755 ../tmpwlr/lib/libwlroots.so.11032 -t "${pkgdir}/usr/lib"
+ install -Dm755 ../tmpwlr/lib/libwlroots.so.12032 -t "${pkgdir}/usr/lib"
}