summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-02-09 19:54:32 +0300
committerCaleb Maclennan2024-02-09 19:54:32 +0300
commita7ff9bbc406642412c2b32921489e942b5852fe0 (patch)
tree9cd3db2e2a2baee0ce6a0cacf0dbc1732aa07378
parent4bf2e1eb80ca902fcfe07f200349b1c29b5674f6 (diff)
downloadaur-a7ff9bbc406642412c2b32921489e942b5852fe0.tar.gz
upgpkg: python-glyphsets 0.6.13-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2863f30260b5..f72fc365627f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-glyphsets
pkgdesc = an API with data about glyph sets for many different scripts and languages
- pkgver = 0.6.11
+ pkgver = 0.6.13
pkgrel = 1
url = https://github.com/googlefonts/glyphsets
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-glyphsets
depends = python-fonttools
depends = python-fs
depends = python-glyphslib
- source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-0.6.11.tar.gz
- sha256sums = 002783f4efe4384db07bde605b86a4f39d3863e6b3a2a37231e795696984cda9
+ source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-0.6.13.tar.gz
+ sha256sums = 34b0f89c9fd781c35818d89086f6db4bda8881536cc49c15575cf1a0febcc538
pkgname = python-glyphsets
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"