summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-10 21:42:28 +0300
committerCaleb Maclennan2024-04-10 21:42:28 +0300
commit02068e61c432f68434087ac0723788ec446a62a5 (patch)
tree16fd997d00f3836a43921b7643a6f8ab76ade778
parentc76107bc769770202e70477e5fe4d27fbe546457 (diff)
downloadaur-02068e61c432f68434087ac0723788ec446a62a5.tar.gz
upgpkg: python-glyphsets 0.6.18-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 970e77e8e32a..389ad3e67580 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.17
+ pkgver = 0.6.18
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.17.tar.gz
- sha256sums = 915e635063c02b89c20b0755d95d8e3e5431ab562c31779468b61b96c06a75d0
+ source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-0.6.18.tar.gz
+ sha256sums = 4b2e26dfc4bb9005a7ed0ce89840f1f72d134d08979d8109f862f6bd38282b4b
pkgname = python-glyphsets
diff --git a/PKGBUILD b/PKGBUILD
index 46556c3204f6..df468591739c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.6.17
+pkgver=0.6.18
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=('915e635063c02b89c20b0755d95d8e3e5431ab562c31779468b61b96c06a75d0')
+sha256sums=('4b2e26dfc4bb9005a7ed0ce89840f1f72d134d08979d8109f862f6bd38282b4b')
build() {
cd "$_archive"