summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-26 11:53:05 +0300
committerCaleb Maclennan2023-06-26 11:53:05 +0300
commit5b4f47e1a187fe14c3a4e80c314ccbb4810a5a3e (patch)
tree992e993417bd2903ef33db50f54c96a425bf7f97 /PKGBUILD
parentb05b8bbcf5517a160c3d2b7c4b002d66c23c43e5 (diff)
downloadaur-5b4f47e1a187fe14c3a4e80c314ccbb4810a5a3e.tar.gz
upgpkg: python-vharfbuzz 0.2.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abf5db0357eb..b5ab2913a183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pyname=vharfbuzz
pkgname=python-$_pyname
-pkgver=0.1.4
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc='A user-friendlier way to use Harfbuzz in Python'
arch=(any)
url="https://github.com/simoncozens/$_pyname"
@@ -17,7 +17,7 @@ makedepends=(python-{build,installer,wheel}
checkdepends=(python-pytest)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('4e956b3a64c8af78ee1d682759a08121dd621e8667e2482d99d5d5038facc145')
+sha256sums=('b835f67d8ab1578c2600020c7c0ddd0688569aad4dd15bab4931053a3491a666')
build() {
cd "$_archive"