summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-05-03 12:52:29 +0300
committerCaleb Maclennan2024-05-03 12:52:29 +0300
commit52a664e6539d37cc108855ea83e17746b5162500 (patch)
treed9bb70512cef12db3d8b5f0051cae900e5c86026 /PKGBUILD
parent9bf22f28393632facc134e3ed986f0fe0ddfbcdd (diff)
downloadaur-python-glyphsets.tar.gz
upgpkg: python-glyphsets 1.0.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"