summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-03-22 11:59:55 +0300
committerCaleb Maclennan2023-03-22 11:59:55 +0300
commit8908d3096fe7c87bd47a7d6d090a26ba46397508 (patch)
tree25b20aa02e888322c0b3818d1f33db7fc64f357c /PKGBUILD
parent57fe38a91c76fbeecbf36e21c02318df1c502472 (diff)
downloadaur-8908d3096fe7c87bd47a7d6d090a26ba46397508.tar.gz
upgpkg: python-glyphsets 0.6.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b78ac5a1f1a4..deaa51813c89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.5.4
+pkgver=0.6.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=('f47483f5c404a2b2e42a88abb6d020ef9c60342102a677fbb28f7f610c2032d6')
+sha256sums=('5894b0133d2bfaa9796be8843b8169ea07dfb219d1efc1b6e1f77bf53017ff82')
prepare() {
cd "$_archive"
# Upstream requires outdated setuptools_scm, work around