summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-09-27 21:49:39 -0400
committerGuillaume Horel2020-09-27 21:49:39 -0400
commitb1d60422a23ddb636d3fff2214bcc029e1b0276a (patch)
treec377da97369643aabda93c347ccb9fbf842f6828 /PKGBUILD
parent76c533ce9e723cb25f2a96232d4c0ffa35906059 (diff)
downloadaur-b1d60422a23ddb636d3fff2214bcc029e1b0276a.tar.gz
bump to 5.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63912b0964fc..862f0bc5e2fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-glyphslib
_pkgname=glyphsLib
-pkgver='5.1.11'
+pkgver='5.2.0'
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=('3854ce2665fd210f5d0115dc49adb92804fe6c93f7d6055e118c130baec30038')
+sha256sums=('259b3b4d4455e0018ac36db679c2e7a51c3ee309c13dbd11f5161775b191380b')
check() {
cd "$srcdir/$_pkgname-$pkgver"