summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-12-13 20:08:33 +0300
committerCaleb Maclennan2023-12-13 20:08:33 +0300
commita1326108afcd14e079ac39291b288d54effe3f2a (patch)
treea0e0ca73a51f1a2d7a702b307f25464598630c91 /PKGBUILD
parent626afe43ada990d5aa69cee730a003eeb4178d19 (diff)
downloadaur-a1326108afcd14e079ac39291b288d54effe3f2a.tar.gz
upgpkg: python-glyphsets 0.6.8-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 6c68443bbb24..7890ad2925c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.6.6
+pkgver=0.6.8
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=('d520a7eb2f81bbf38a4a0645e5f9b55a35dedade2a3dd552c446ad706d33503e')
+sha256sums=('390acb6bd0e96d56bbd4ec566aa2243c4600a3109bd5015323c577c5dd2bd607')
prepare() {
cd "$_archive"