summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-01-07 09:38:27 -0500
committerGuillaume Horel2021-01-07 09:38:27 -0500
commit9966b1b8c8ea81782cde71ba9f3fedf589ac03be (patch)
treeec04f507e95b773898d09f6ee0283b96fc298d08
parentfde0212d1b54aa8820932aba000d13ad0671e019 (diff)
downloadaur-9966b1b8c8ea81782cde71ba9f3fedf589ac03be.tar.gz
bump to 5.3.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 697ded8c1bd9..a4aacb867097 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-glyphslib
pkgdesc = A bridge from Glyphs source files (.glyphs) to UFOs
- pkgver = 5.3.0
+ pkgver = 5.3.1
pkgrel = 1
url = https://github.com/googlefonts/glyphsLib
arch = any
@@ -11,12 +11,11 @@ pkgbase = python-glyphslib
checkdepends = python-ufonormalizer
checkdepends = python-xmldiff
makedepends = python-setuptools
- depends = python
depends = python-defcon
depends = python-fonttools
optdepends = python-ufonormalizer
- source = https://pypi.org/packages/source/g/glyphsLib/glyphsLib-5.3.0.zip
- sha256sums = 52acb23b6fecb8f1e39d806f55c1934dfde3f5d82226390111257a67fbfcf8fd
+ source = https://pypi.org/packages/source/g/glyphsLib/glyphsLib-5.3.1.zip
+ sha256sums = cbba9bb8379e1e76b6e163fe37abc957e3f7898c80630fc7b1f157274f7e7d08
pkgname = python-glyphslib
diff --git a/PKGBUILD b/PKGBUILD
index 5d06044df0c7..4e14228e7cb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-glyphslib
_pkgname=glyphsLib
-pkgver='5.3.0'
+pkgver='5.3.1'
pkgrel=1
pkgdesc="A bridge from Glyphs source files (.glyphs) to UFOs"
url="https://github.com/googlefonts/glyphsLib"
checkdepends=('python>=3.8' 'python-pytest' 'python-ufolib2' 'python-ufonormalizer' 'python-xmldiff')
-depends=('python' 'python-defcon' 'python-fonttools')
+depends=('python-defcon' 'python-fonttools')
makedepends=('python-setuptools')
optdepends=('python-ufonormalizer')
license=('Apache')
arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip")
-sha256sums=('52acb23b6fecb8f1e39d806f55c1934dfde3f5d82226390111257a67fbfcf8fd')
+sha256sums=('cbba9bb8379e1e76b6e163fe37abc957e3f7898c80630fc7b1f157274f7e7d08')
check() {
cd "$srcdir/$_pkgname-$pkgver"