summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-05-03 12:52:29 +0300
committerCaleb Maclennan2024-05-03 12:52:29 +0300
commit52a664e6539d37cc108855ea83e17746b5162500 (patch)
treed9bb70512cef12db3d8b5f0051cae900e5c86026
parent9bf22f28393632facc134e3ed986f0fe0ddfbcdd (diff)
downloadaur-python-glyphsets.tar.gz
upgpkg: python-glyphsets 1.0.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e87d75bcecc6..5b0e2f7c8c58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-glyphsets
pkgdesc = an API with data about glyph sets for many different scripts and languages
- pkgver = 0.6.20
- pkgrel = 2
+ pkgver = 1.0.0
+ pkgrel = 1
url = https://github.com/googlefonts/glyphsets
arch = any
license = Apache-2.0
@@ -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.20.tar.gz
- sha256sums = 50cb3708e51cb83ab7f551b26ea404a17d19b34a9ce7b75c3dfedb12a263a70e
+ source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-1.0.0.tar.gz
+ sha256sums = 7daf96d4818865c9f53f5c4d2a6d586ff4ceb9fe1074356722f94390e2ce70b6
pkgname = python-glyphsets
diff --git a/PKGBUILD b/PKGBUILD
index 883db0445bae..c6ee5a88f279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.6.20
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc='an API with data about glyph sets for many different scripts and languages'
arch=(any)
url="https://github.com/googlefonts/$_pyname"
@@ -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=('50cb3708e51cb83ab7f551b26ea404a17d19b34a9ce7b75c3dfedb12a263a70e')
+sha256sums=('7daf96d4818865c9f53f5c4d2a6d586ff4ceb9fe1074356722f94390e2ce70b6')
build() {
cd "$_archive"