summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-06-17 09:40:54 +0300
committerCaleb Maclennan2022-06-17 09:40:54 +0300
commit015e28c30f72de754562a7775e1f7e156ae0ed12 (patch)
tree6ebbc1186e6151e3f01ce0ee8f34c0573621a859 /PKGBUILD
parentd27fb543185f0f18c4037ce2d3b6d90bbcd583fa (diff)
downloadaur-015e28c30f72de754562a7775e1f7e156ae0ed12.tar.gz
upgpkg: python-uharfbuzz 0.26.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe4953d32000..7eb84c408e50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,16 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
pkgver=0.26.0
-pkgrel=1
+pkgrel=2
pkgdesc='Streamlined Cython bindings for the harfbuzz shaping engine'
arch=(x86_64)
url="https://github.com/harfbuzz/$_project"
license=(Apache)
depends=(python)
makedepends=(cython
- python-{build,installer}
+ python-{build,installer,wheel}
python-setuptools-scm
- python-scikit-build
- python-wheel)
+ python-scikit-build)
checkdepends=(python-pytest)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")