summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-08-02 09:16:29 -0400
committerGuillaume Horel2020-08-02 09:16:29 -0400
commit76c533ce9e723cb25f2a96232d4c0ffa35906059 (patch)
tree4151d0b5e9fc2597f1effaffafa3b2fe8d699e13
parent138c649f6359623624be5da0a2e33fbe85b73462 (diff)
downloadaur-76c533ce9e723cb25f2a96232d4c0ffa35906059.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f8d67111318..56326eb63289 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-glyphslib
pkgdesc = A bridge from Glyphs source files (.glyphs) to UFOs
- pkgver = 5.1.10
+ pkgver = 5.1.11
pkgrel = 1
url = https://github.com/googlefonts/glyphsLib
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-glyphslib
depends = python-defcon
depends = python-fonttools
optdepends = python-ufonormalizer
- source = https://pypi.org/packages/source/g/glyphsLib/glyphsLib-5.1.10.zip
- sha256sums = dd4e58660e25cd826f255e0f42cdc009fa155c84336f02dfd0e0854c2b61068f
+ source = https://pypi.org/packages/source/g/glyphsLib/glyphsLib-5.1.11.zip
+ sha256sums = 3854ce2665fd210f5d0115dc49adb92804fe6c93f7d6055e118c130baec30038
pkgname = python-glyphslib
diff --git a/PKGBUILD b/PKGBUILD
index 592b37674b2c..63912b0964fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-glyphslib
_pkgname=glyphsLib
-pkgver='5.1.10'
+pkgver='5.1.11'
pkgrel=1
pkgdesc="A bridge from Glyphs source files (.glyphs) to UFOs"
url="https://github.com/googlefonts/glyphsLib"
@@ -12,7 +12,7 @@ optdepends=('python-ufonormalizer')
license=('Apache')
arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip")
-sha256sums=('dd4e58660e25cd826f255e0f42cdc009fa155c84336f02dfd0e0854c2b61068f')
+sha256sums=('3854ce2665fd210f5d0115dc49adb92804fe6c93f7d6055e118c130baec30038')
check() {
cd "$srcdir/$_pkgname-$pkgver"