summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThatOneCalculator2022-11-13 11:10:27 -0800
committerThatOneCalculator2022-11-13 11:10:27 -0800
commit13360046a34ebdcf31dd1f87ded10eba78356099 (patch)
treefe7d8a84e2daee4a88b24360f0a06e7694f5fabf
parentf13e2023441c371ca100c1f3626b8bd5e6a5e386 (diff)
downloadaur-13360046a34ebdcf31dd1f87ded10eba78356099.tar.gz
new wlroots
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edcc17bd14d7..2c8139b39f60 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 = r1267.g02fbb3a
+ pkgver = r2042.ga7ed3a5
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 9644d4791e4f..1f0ff84f32a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-git"
-pkgver=r1267.g02fbb3a
+pkgver=r2042.ga7ed3a5
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=(any)
@@ -81,5 +81,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"
}