summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-03 15:27:31 +0300
committerCaleb Maclennan2024-04-03 15:27:31 +0300
commite132214efbaa1610256e6aec9d8e06ea49f79098 (patch)
tree10152fd483f178fc489ec31313d835efcfcfa803
parentbb7f1820c6d5e3e083e9f3f1361d0529da28403d (diff)
downloadaur-e132214efbaa1610256e6aec9d8e06ea49f79098.tar.gz
upgpkg: python-glyphsets 0.6.15-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd38b52bcf1e..9d8ec5b2c0a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-glyphsets
pkgdesc = an API with data about glyph sets for many different scripts and languages
- pkgver = 0.6.14
+ pkgver = 0.6.15
pkgrel = 1
url = https://github.com/googlefonts/glyphsets
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-glyphsets
depends = python-fonttools
depends = python-fs
depends = python-glyphslib
- source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-0.6.14.tar.gz
- sha256sums = 94c46072169d80ac9f14bc3a645d6c24028100aef9ce6c3becbdf8316f69ed32
+ source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-0.6.15.tar.gz
+ sha256sums = b2cf5ef883b21e6bd8c3145f0f3939e08ee31a8f6cca53e607a8b78d7f62eb55
pkgname = python-glyphsets
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"