Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / cage
Commits: 144b9127 by Narrat at 2024-10-18T20:26:05+02:00 adjust dep in package() to the versioned one since wlroots 0.18 the libraries are versioned. Not adjusting will currently cause wlroots0.17 to be pulled as a dep. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -46,7 +46,7 @@ check() { } package() { - depends+=(libwlroots.so libxkbcommon.so) + depends+=(libwlroots-0.18.so libxkbcommon.so) DESTDIR="${pkgdir}" ninja -C build install install -vDm 644 "$pkgname/README.md" -t "${pkgdir}/usr/share/doc/${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cage/-/commit/144b9127ed943450a96cc525d1e21c60ccf5f88c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cage/-/commit/144b9127ed943450a96cc525d1e21c60ccf5f88c You're receiving this email because of your account on gitlab.archlinux.org.