summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksana2022-12-14 01:37:57 +0800
committerAleksana2022-12-14 01:37:57 +0800
commitc4e31fde2d2e6fc6dd45d9914a16268c13ae20a2 (patch)
tree2c8818584ed2560b6622b7a2bd02ead441e6f5af
parent16e29c0c278a1998cd86f1dd89170343fe482afc (diff)
downloadaur-c4e31fde2d2e6fc6dd45d9914a16268c13ae20a2.tar.gz
fix soname
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02bd4a811ee6..aa5f3683bac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
-pkgver=r1918.1030325
+pkgver=r2198.5d66122
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=(any)
@@ -92,5 +92,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.* -t "${pkgdir}/usr/lib"
}