summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-24 20:33:40 +0300
committerCaleb Maclennan2024-04-24 20:33:40 +0300
commit9ff2ad724ef7643da5b108f276740b7476a185ee (patch)
tree5ff73c04ee4109574cbd9d1ead6924a6c316d059
parentb17b795695da8899a385244a2944d6bd60548353 (diff)
downloadaur-9ff2ad724ef7643da5b108f276740b7476a185ee.tar.gz
upgpkg: python-glyphsets 0.6.20-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 ce2c9822b6ff..ca3494563065 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.6.19
+ pkgver = 0.6.20
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.6.19.tar.gz
- sha256sums = bcef60ccc0973e592433d32d46196e9409d08bab9932d254d4da9c3fcc3ab42a
+ source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-0.6.20.tar.gz
+ sha256sums = 50cb3708e51cb83ab7f551b26ea404a17d19b34a9ce7b75c3dfedb12a263a70e
pkgname = python-glyphsets
diff --git a/PKGBUILD b/PKGBUILD
index b6d939d34692..553450ba02ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.6.19
+pkgver=0.6.20
pkgrel=1
pkgdesc='an API with data about glyph sets for many different scripts and languages'
arch=(any)
@@ -18,7 +18,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools-scm)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('bcef60ccc0973e592433d32d46196e9409d08bab9932d254d4da9c3fcc3ab42a')
+sha256sums=('50cb3708e51cb83ab7f551b26ea404a17d19b34a9ce7b75c3dfedb12a263a70e')
build() {
cd "$_archive"