summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-02-15 16:41:10 +0300
committerCaleb Maclennan2024-02-15 16:41:10 +0300
commitdf7a61575c4a57181282684440da1a9cd3eddf64 (patch)
tree109693f0fa70a56c21973904a695eab4f035b149
parenta7ff9bbc406642412c2b32921489e942b5852fe0 (diff)
downloadaur-df7a61575c4a57181282684440da1a9cd3eddf64.tar.gz
upgpkg: python-glyphsets 0.6.14-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 f72fc365627f..bd38b52bcf1e 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.13
+ pkgver = 0.6.14
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.13.tar.gz
- sha256sums = 34b0f89c9fd781c35818d89086f6db4bda8881536cc49c15575cf1a0febcc538
+ source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-0.6.14.tar.gz
+ sha256sums = 94c46072169d80ac9f14bc3a645d6c24028100aef9ce6c3becbdf8316f69ed32
pkgname = python-glyphsets
diff --git a/PKGBUILD b/PKGBUILD
index b7d913e617c5..1cfc1df2b574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.6.13
+pkgver=0.6.14
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=('34b0f89c9fd781c35818d89086f6db4bda8881536cc49c15575cf1a0febcc538')
+sha256sums=('94c46072169d80ac9f14bc3a645d6c24028100aef9ce6c3becbdf8316f69ed32')
prepare() {
cd "$_archive"