summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab0edfd49e7f..a2cd40ed3c6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
pkgver = 0.26.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/harfbuzz/
arch = x86_64
license = Apache
@@ -9,9 +9,9 @@ pkgbase = python-uharfbuzz
makedepends = cython
makedepends = python-build
makedepends = python-installer
+ makedepends = python-wheel
makedepends = python-setuptools-scm
makedepends = python-scikit-build
- makedepends = python-wheel
depends = python
source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.26.0.zip
sha256sums = 537d792c1a58a2d1589608ed9e2c0d529357ac42d8349882d0d96ddff82e5be3
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")