summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-11-16 23:21:23 +0300
committerCaleb Maclennan2022-11-16 23:21:23 +0300
commit57fe38a91c76fbeecbf36e21c02318df1c502472 (patch)
treedbf7a4c0c449890d79c66950270cbed7dba5aa7f
parenta675e2e792006319ce7dd70bbc301b2ff5091424 (diff)
downloadaur-57fe38a91c76fbeecbf36e21c02318df1c502472.tar.gz
upgpkg: python-glyphsets 0.5.4-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 b51c221d03ca..4b298285bcf9 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.5.3
+ pkgver = 0.5.4
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.5.3.tar.gz
- sha256sums = 4c01bf99218f092eeb6c22d36cc0827caf15229baf4bcd702317e35d48a66676
+ source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-0.5.4.tar.gz
+ sha256sums = f47483f5c404a2b2e42a88abb6d020ef9c60342102a677fbb28f7f610c2032d6
pkgname = python-glyphsets
diff --git a/PKGBUILD b/PKGBUILD
index 9c2500ecdecb..b78ac5a1f1a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.5.3
+pkgver=0.5.4
pkgrel=1
pkgdesc='an API with data about glyph sets for many different scripts and languages'
arch=(any)
@@ -19,7 +19,7 @@ makedepends=(python-{build,installer}
python-wheel)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('4c01bf99218f092eeb6c22d36cc0827caf15229baf4bcd702317e35d48a66676')
+sha256sums=('f47483f5c404a2b2e42a88abb6d020ef9c60342102a677fbb28f7f610c2032d6')
prepare() {
cd "$_archive"
# Upstream requires outdated setuptools_scm, work around