diff --git a/main/py3-elementpath/APKBUILD b/main/py3-elementpath/APKBUILD index bdbde113cb4..f33585812d6 100644 --- a/main/py3-elementpath/APKBUILD +++ b/main/py3-elementpath/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Aiden Grossman -# Maintainer: Aiden Grossman +# Maintainer: Celeste pkgname=py3-elementpath pkgver=4.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml" url="https://github.com/sissaschool/elementpath" arch="noarch" @@ -11,7 +11,7 @@ makedepends="py3-gpep517 py3-setuptools py3-wheel" checkdepends="py3-pytest py3-lxml" subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/refs/tags/v$pkgver.tar.gz" -builddir="$srcdir/elementpath-$pkgver/" +builddir="$srcdir/elementpath-$pkgver" build() { gpep517 build-wheel \