Date: Monday, January 2, 2023 @ 12:55:08 Author: freswa Revision: 1372904
fix dependency on wlroots0.15 due to pacman not picking up the soname depend correctly Modified: cage/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-02 12:51:29 UTC (rev 1372903) +++ PKGBUILD 2023-01-02 12:55:08 UTC (rev 1372904) @@ -3,12 +3,12 @@ pkgname=cage pkgver=0.1.4 -pkgrel=10 +pkgrel=11 pkgdesc="A kiosk compositor for Wayland" arch=(x86_64) url="https://www.hjdskes.nl/projects/cage/" license=(MIT) -depends=(glibc wayland libwlroots.so=10) +depends=(glibc wayland wlroots0.15) makedepends=(git libxkbcommon meson pixman scdoc wayland-protocols xorg-server-xwayland) optdepends=( @@ -41,7 +41,7 @@ } package() { - depends+=(libxkbcommon.so libpixman-1.so) + depends+=(libwlroots.so=10 libxkbcommon.so libpixman-1.so) DESTDIR="${pkgdir}" meson install -C build install -vDm 644 "$pkgname/README.md" -t "${pkgdir}/usr/share/doc/${pkgname}"
