summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-03-21 14:07:11 +0300
committerCaleb Maclennan2023-03-21 14:07:11 +0300
commit9fcbef66dc9d67d76f6eca23ec8a00078a6b131b (patch)
treec12086e32150c11ee0dad2d2971c50f5c8b2a09c
parent64251a4c3b2b8220be661a964ef39bf4a831d697 (diff)
downloadaur-9fcbef66dc9d67d76f6eca23ec8a00078a6b131b.tar.gz
upgpkg: python-glyphslib 6.2.1-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 e79bf766ea88..db6e83667f60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-glyphslib
pkgdesc = A bridge from Glyphs source files (.glyphs) to UFOs
- pkgver = 6.2.0
+ pkgver = 6.2.1
pkgrel = 1
url = https://github.com/googlefonts/glyphsLib
arch = any
@@ -23,7 +23,7 @@ pkgbase = python-glyphslib
depends = python-unicodedata2
optdepends = python-defcon
optdepends = python-ufonormalizer
- source = https://files.pythonhosted.org/packages/source/g/glyphsLib/glyphsLib-6.2.0.tar.gz
- sha256sums = 5d3b6496e4420420abeb9561b860fbf3c1711e1c0c9948baa0b5596cbc4f40a0
+ source = https://files.pythonhosted.org/packages/source/g/glyphsLib/glyphsLib-6.2.1.tar.gz
+ sha256sums = ee08d9394f4c229b79d32cf8ea52d137b95b335d4f1f5d2fc3b6218ff7497763
pkgname = python-glyphslib
diff --git a/PKGBUILD b/PKGBUILD
index 1ed58fc0cf69..1b67e14fd562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pyname=glyphsLib
pkgname=python-${_pyname,,}
-pkgver=6.2.0
+pkgver=6.2.1
pkgrel=1
pkgdesc='A bridge from Glyphs source files (.glyphs) to UFOs'
arch=(any)
@@ -29,7 +29,7 @@ optdepends=(python-defcon
python-ufonormalizer)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('5d3b6496e4420420abeb9561b860fbf3c1711e1c0c9948baa0b5596cbc4f40a0')
+sha256sums=('ee08d9394f4c229b79d32cf8ea52d137b95b335d4f1f5d2fc3b6218ff7497763')
build() {
cd "$_archive"