summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-06-24 22:01:05 +0300
committerCaleb Maclennan2022-06-24 22:01:05 +0300
commit9eb649b259a9a04b7a35d3d44d8800d1e1c933fb (patch)
tree896f4faea8786f70488e7fd1c4a7980822f93e1c
parent1ac4f675d8792cac86365014190e853c09072105 (diff)
downloadaur-9eb649b259a9a04b7a35d3d44d8800d1e1c933fb.tar.gz
upgpkg: gftools 0.9.14-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 46564d4d5b90..a06659b30236 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.9.13
+ pkgver = 0.9.14
pkgrel = 1
url = https://github.com/googlefonts/gftools
arch = any
@@ -37,7 +37,7 @@ pkgbase = gftools
depends = python-unidecode
depends = python-vttlib
depends = statmake
- source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.9.13.tar.gz
- sha256sums = 9b7b90002b62ed503e554a7a9b315602d33846578ef41f7b99c9f51ad93b786e
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.9.14.tar.gz
+ sha256sums = 53377da4321fe76940c0600192acd195aec7a3ba78ef7b30227a36a40f8dabb3
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index b89a7969ff54..72a673ac44e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.9.13
+pkgver=0.9.14
pkgrel=1
pkgdesc='Misc tools for working with the Google Fonts library'
arch=(any)
@@ -41,7 +41,7 @@ makedepends=(python-{build,installer}
python-wheel)
_archive="$pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
-sha256sums=('9b7b90002b62ed503e554a7a9b315602d33846578ef41f7b99c9f51ad93b786e')
+sha256sums=('53377da4321fe76940c0600192acd195aec7a3ba78ef7b30227a36a40f8dabb3')
prepare() {
cd "$_archive"