Date: Monday, January 2, 2023 @ 13:08:43 Author: freswa Revision: 1372913
fix dependency on wlroots0.15 due to pacman not picking up the soname depend correctly Modified: python-pywlroots/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-02 13:05:22 UTC (rev 1372912) +++ PKGBUILD 2023-01-02 13:08:43 UTC (rev 1372913) @@ -3,12 +3,12 @@ _name=pywlroots pkgname=python-pywlroots pkgver=0.15.24 -pkgrel=2 +pkgrel=3 pkgdesc="Python binding to the wlroots library using cffi" arch=(x86_64) url="https://github.com/flacjacket/pywlroots" license=(custom:UIUC) -depends=(glibc python-cffi python-pywayland python-xkbcommon libwlroots.so=10) +depends=(glibc python-cffi python-pywayland python-xkbcommon wlroots0.15 libwlroots.so=10) makedepends=(python-build python-installer python-setuptools python-wheel) checkdepends=(python-pytest) provides=(pywlroots)
