summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-03-27 21:41:19 -0400
committerGuillaume Horel2020-03-27 21:41:19 -0400
commita63e35c0393dfabdd401b8343eb9fa1e09e9ad48 (patch)
treecf13050f216f2632315ebb6c07b84f62e936ca6f
parentcd9f389ed1d9243247b3bd4a231bf920558210cf (diff)
downloadaur-a63e35c0393dfabdd401b8343eb9fa1e09e9ad48.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 8653258d0c95..cbb273f305c5 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.7
+ pkgver = 5.1.8
pkgrel = 1
url = https://github.com/googlefonts/glyphsLib
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-glyphslib
depends = python-defcon
depends = python-fonttools
optdepends = python-ufonormalizer
- source = https://pypi.org/packages/source/g/glyphsLib/glyphsLib-5.1.7.zip
- sha256sums = dfa2baf89c7418cea410b049ef95251a5256bc366ca62eef7271ee7ecf2ea602
+ source = https://pypi.org/packages/source/g/glyphsLib/glyphsLib-5.1.8.zip
+ sha256sums = f44533314fcb0fa6e627e544e492fa5cd83be5ca4a6f7d9a80dab0470eba9575
pkgname = python-glyphslib
diff --git a/PKGBUILD b/PKGBUILD
index 823d4e45f984..b182aff8157d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-glyphslib
_pkgname=glyphsLib
-pkgver='5.1.7'
+pkgver='5.1.8'
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=('dfa2baf89c7418cea410b049ef95251a5256bc366ca62eef7271ee7ecf2ea602')
+sha256sums=('f44533314fcb0fa6e627e544e492fa5cd83be5ca4a6f7d9a80dab0470eba9575')
check() {
cd "$srcdir/$_pkgname-$pkgver"