summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df2cc9d565d0..5d368e63b7cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.5.0
+pkgver=0.5.1
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=('f0ff885bbba7ade7e940cd0a04b9093963028a7917d892154692c9bd6011cb30')
+sha256sums=('93fec79840f27779ce4c696c716ed6f5ffe0174174fdf859ae1be182ea1df65d')
prepare() {
cd "$_archive"
# Upstream requires outdated setuptools_scm, work around