summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-03 15:27:31 +0300
committerCaleb Maclennan2024-04-03 15:27:31 +0300
commite132214efbaa1610256e6aec9d8e06ea49f79098 (patch)
tree10152fd483f178fc489ec31313d835efcfcfa803 /PKGBUILD
parentbb7f1820c6d5e3e083e9f3f1361d0529da28403d (diff)
downloadaur-e132214efbaa1610256e6aec9d8e06ea49f79098.tar.gz
upgpkg: python-glyphsets 0.6.15-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 1cfc1df2b574..7b58868b5e0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.6.14
+pkgver=0.6.15
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)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('94c46072169d80ac9f14bc3a645d6c24028100aef9ce6c3becbdf8316f69ed32')
+sha256sums=('b2cf5ef883b21e6bd8c3145f0f3939e08ee31a8f6cca53e607a8b78d7f62eb55')
prepare() {
cd "$_archive"