summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-11-07 17:44:14 +0300
committerCaleb Maclennan2023-11-07 17:44:14 +0300
commit143e6c90a8cbce2bcc1e72d5c6a5220431b05681 (patch)
tree2ff58fff7dbeff599207139e9d579305adf7757f /PKGBUILD
parentbf5c0c9be6d7ddf193f99c2a8e8798cba885e5c5 (diff)
downloadaur-143e6c90a8cbce2bcc1e72d5c6a5220431b05681.tar.gz
upgpkg: python-glyphsets 0.6.5-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 3c320d491b88..5962d79e2258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.6.4
+pkgver=0.6.5
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=('ccefc30bc65019c873a6726ff58493c508f5322f67f0a32b5723672f9334b510')
+sha256sums=('669e152c9f61ea5933eca38cecb58a023ed45f52b388ba1bcde4fd0e8b2fe545')
prepare() {
cd "$_archive"