summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-04-29 21:26:00 +0300
committerCaleb Maclennan2022-04-29 21:26:00 +0300
commit2b836f588d80d53540f4d24ce336baf6f439f693 (patch)
tree03e10213dbc9b5a57a813777add34223c0958bf2
parent35342f937beb41e2f7cdda977544277db80b29e3 (diff)
downloadaur-2b836f588d80d53540f4d24ce336baf6f439f693.tar.gz
upgpkg: python-glyphsets 0.5.0-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 b5f948c99614..73a8a89e8ac7 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.4.0
+ pkgver = 0.5.0
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.4.0.tar.gz
- sha256sums = f5e5d635d47661621fa59fb8d5f9546ef00ca8ee04fb41e1956b83f75c5b906f
+ source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-0.5.0.tar.gz
+ sha256sums = f0ff885bbba7ade7e940cd0a04b9093963028a7917d892154692c9bd6011cb30
pkgname = python-glyphsets
diff --git a/PKGBUILD b/PKGBUILD
index 0eb8d7b2bb24..df2cc9d565d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.4.0
+pkgver=0.5.0
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=('f5e5d635d47661621fa59fb8d5f9546ef00ca8ee04fb41e1956b83f75c5b906f')
+sha256sums=('f0ff885bbba7ade7e940cd0a04b9093963028a7917d892154692c9bd6011cb30')
prepare() {
cd "$_archive"
# Upstream requires outdated setuptools_scm, work around