summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-10 21:42:28 +0300
committerCaleb Maclennan2024-04-10 21:42:28 +0300
commit02068e61c432f68434087ac0723788ec446a62a5 (patch)
tree16fd997d00f3836a43921b7643a6f8ab76ade778 /PKGBUILD
parentc76107bc769770202e70477e5fe4d27fbe546457 (diff)
downloadaur-02068e61c432f68434087ac0723788ec446a62a5.tar.gz
upgpkg: python-glyphsets 0.6.18-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 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"