summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb10cb5956d4..e52b82ae5c63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-glyphslib
pkgdesc = A bridge from Glyphs source files (.glyphs) to UFOs
- pkgver = 6.4.0
+ pkgver = 6.4.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.4.0.tar.gz
- sha256sums = acad76fd05a539ee7513acd4b244afb037e696eedb43ca4d8aee61135b42c0ec
+ source = https://files.pythonhosted.org/packages/source/g/glyphsLib/glyphsLib-6.4.1.tar.gz
+ sha256sums = 336d81428b576930a9ba625782e7703b854ae6d804bb1d14262235a8ddd0dbe7
pkgname = python-glyphslib
diff --git a/PKGBUILD b/PKGBUILD
index 8b89de9f5568..b32c3c5a33ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pyname=glyphsLib
pkgname=python-${_pyname,,}
-pkgver=6.4.0
+pkgver=6.4.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=('acad76fd05a539ee7513acd4b244afb037e696eedb43ca4d8aee61135b42c0ec')
+sha256sums=('336d81428b576930a9ba625782e7703b854ae6d804bb1d14262235a8ddd0dbe7')
build() {
cd "$_archive"