python3-pywlroots-0.16: replace 0.15

Otherwise qtile-wayland can't upgrade.
This commit is contained in:
Đoàn Trần Công Danh 2023-10-04 23:19:06 +07:00
parent 8cf3fb0404
commit 5c1c39849a

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pywlroots-0.16' # Template file for 'python3-pywlroots-0.16'
pkgname=python3-pywlroots-0.16 pkgname=python3-pywlroots-0.16
version=0.16.5 version=0.16.5
revision=1 revision=2
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-setuptools python3-cffi python3-pywayland python3-xkbcommon hostmakedepends="python3-setuptools python3-cffi python3-pywayland python3-xkbcommon
python3-wheel python3-devel wlroots${pkgname##*-}-devel" python3-wheel python3-devel wlroots${pkgname##*-}-devel"
@ -13,7 +13,8 @@ license="MIT"
homepage="https://github.com/flacjacket/pywlroots" homepage="https://github.com/flacjacket/pywlroots"
distfiles="${PYPI_SITE}/p/pywlroots/pywlroots-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pywlroots/pywlroots-${version}.tar.gz"
checksum=5b8dd10897a4b6e9a0bcef4adcade61d1d418b2657b078f87cdd849069490a14 checksum=5b8dd10897a4b6e9a0bcef4adcade61d1d418b2657b078f87cdd849069490a14
conflicts="python3-pywlroots-0.15" conflicts="python3-pywlroots-0.15>=0"
replaces="python3-pywlroots-0.15>=0"
pre_build() { pre_build() {
[ "$CROSS_BUILD" ] || return 0 [ "$CROSS_BUILD" ] || return 0