summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-09-21 18:12:45 +0300
committerCaleb Maclennan2023-09-21 18:12:45 +0300
commitbf5c0c9be6d7ddf193f99c2a8e8798cba885e5c5 (patch)
treebe5939fcdcb5a001aa9ad8002a0a829ba66ae5d8 /PKGBUILD
parenta32f19e121e4694bb70451acd45c853dde893fee (diff)
downloadaur-bf5c0c9be6d7ddf193f99c2a8e8798cba885e5c5.tar.gz
upgpkg: python-glyphsets 0.6.4-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38769f8ad1a2..3c320d491b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc='an API with data about glyph sets for many different scripts and languages'
arch=(any)
@@ -18,7 +18,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('ee5912e5d517b41e45dd4af7c7a194f2ac25c9ce864f5ea7239f872b26c248a8')
+sha256sums=('ccefc30bc65019c873a6726ff58493c508f5322f67f0a32b5723672f9334b510')
prepare() {
cd "$_archive"