diff --git a/srcpkgs/python3-pywlroots-0.16/update b/srcpkgs/python3-pywlroots-0.16/update deleted file mode 100644 index 47f3aeabd59..00000000000 --- a/srcpkgs/python3-pywlroots-0.16/update +++ /dev/null @@ -1 +0,0 @@ -pattern="[v_-]\K\Q${pkgname##*-}.\E.*(?=\.tar\.gz)" diff --git a/srcpkgs/python3-pywlroots-0.16/template b/srcpkgs/python3-pywlroots/template similarity index 62% rename from srcpkgs/python3-pywlroots-0.16/template rename to srcpkgs/python3-pywlroots/template index 952393451cc..b24e5295878 100644 --- a/srcpkgs/python3-pywlroots-0.16/template +++ b/srcpkgs/python3-pywlroots/template @@ -1,20 +1,19 @@ -# Template file for 'python3-pywlroots-0.16' -pkgname=python3-pywlroots-0.16 -version=0.16.7 +# Template file for 'python3-pywlroots' +pkgname=python3-pywlroots +version=0.17.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-cffi python3-pywayland python3-xkbcommon - python3-wheel python3-devel wlroots${pkgname##*-}-devel" -makedepends="python3-devel python3-cffi wlroots${pkgname##*-}-devel" + python3-wheel python3-devel wlroots${version%.*}-devel" +makedepends="python3-devel python3-cffi wlroots${version%.*}-devel" depends="python3-pywayland python3-xkbcommon python3-cffi" -short_desc="Python binding to the wlroots ${pkgname##*-} using cffi" +short_desc="Python binding to the wlroots library using cffi" maintainer="Orphaned " license="MIT" homepage="https://github.com/flacjacket/pywlroots" distfiles="${PYPI_SITE}/p/pywlroots/pywlroots-${version}.tar.gz" -checksum=cdf8dc5d0097cac1be24cc34d18112fc6424ff28c71fd90292c6fd4a566df70a -conflicts="python3-pywlroots-0.15>=0" -replaces="python3-pywlroots-0.15>=0" +checksum=72cb2be14048c0cbc89ccf1b57863013a9977fd51248c300ccc72001e7c43dbb +replaces="python3-pywlroots-0.15>=0 python3-pywlroots-0.16>=0" pre_build() { [ "$CROSS_BUILD" ] || return 0 diff --git a/srcpkgs/python3-pywlroots/update b/srcpkgs/python3-pywlroots/update new file mode 100644 index 00000000000..522573b2508 --- /dev/null +++ b/srcpkgs/python3-pywlroots/update @@ -0,0 +1 @@ +pattern="[v_-]\K\Q${version%.*}.\E.*(?=\.tar\.gz)"