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 2e1c5efd8347..fd37e273e938 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-glyphsets
pkgdesc = an API with data about glyph sets for many different scripts and languages
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://github.com/googlefonts/glyphsets
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-glyphsets
depends = python-fonttools
depends = python-fs
depends = python-glyphslib
- source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-0.5.1.tar.gz
- sha256sums = 93fec79840f27779ce4c696c716ed6f5ffe0174174fdf859ae1be182ea1df65d
+ source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-0.5.2.tar.gz
+ sha256sums = cff8644be681014305f406b5af3ad67d702f9f8212aff1e67c05b509412482b5
pkgname = python-glyphsets
diff --git a/PKGBUILD b/PKGBUILD
index 5d368e63b7cb..dbb1adaf25d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc='an API with data about glyph sets for many different scripts and languages'
arch=(any)
@@ -19,7 +19,7 @@ makedepends=(python-{build,installer}
python-wheel)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('93fec79840f27779ce4c696c716ed6f5ffe0174174fdf859ae1be182ea1df65d')
+sha256sums=('cff8644be681014305f406b5af3ad67d702f9f8212aff1e67c05b509412482b5')
prepare() {
cd "$_archive"
# Upstream requires outdated setuptools_scm, work around