summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-02-09 19:54:32 +0300
committerCaleb Maclennan2024-02-09 19:54:32 +0300
commita7ff9bbc406642412c2b32921489e942b5852fe0 (patch)
tree9cd3db2e2a2baee0ce6a0cacf0dbc1732aa07378 /PKGBUILD
parent4bf2e1eb80ca902fcfe07f200349b1c29b5674f6 (diff)
downloadaur-a7ff9bbc406642412c2b32921489e942b5852fe0.tar.gz
upgpkg: python-glyphsets 0.6.13-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 a2f2df070f67..b7d913e617c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.6.11
+pkgver=0.6.13
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=('002783f4efe4384db07bde605b86a4f39d3863e6b3a2a37231e795696984cda9')
+sha256sums=('34b0f89c9fd781c35818d89086f6db4bda8881536cc49c15575cf1a0febcc538')
prepare() {
cd "$_archive"