summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-02-19 22:28:00 +0300
committerCaleb Maclennan2024-02-19 22:28:00 +0300
commit22b780c30f807c1adf0e1e1eeca4251b38539f13 (patch)
treeaa3ec37abf32933326c5e20ab552e34a6aefdceb
parent1a2a3d395fb58be7b7fa25e258ec22cc0b0e4fcc (diff)
downloadaur-22b780c30f807c1adf0e1e1eeca4251b38539f13.tar.gz
upgpkg: python-glyphslib 6.6.5-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7055406fed1..8ef57b6404c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-glyphslib
pkgdesc = A bridge from Glyphs source files (.glyphs) to UFOs
- pkgver = 6.6.4
+ pkgver = 6.6.5
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.6.4.tar.gz
- sha256sums = 193eb83fdaec356dc1aa57db232d6f0cb631472425b973b0f2d2b9c307f311be
+ source = https://files.pythonhosted.org/packages/source/g/glyphsLib/glyphsLib-6.6.5.tar.gz
+ sha256sums = a881ffc58ce615fd3d54a9f87080a93f19931ed7d57cf144f4e21f45a0ee8ed1
pkgname = python-glyphslib
diff --git a/PKGBUILD b/PKGBUILD
index d8d9ca7555a9..a22dad3c7873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pyname=glyphsLib
pkgname=python-${_pyname,,}
-pkgver=6.6.4
+pkgver=6.6.5
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=('193eb83fdaec356dc1aa57db232d6f0cb631472425b973b0f2d2b9c307f311be')
+sha256sums=('a881ffc58ce615fd3d54a9f87080a93f19931ed7d57cf144f4e21f45a0ee8ed1')
build() {
cd "$_archive"