summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-04-21 09:23:31 +0300
committerCaleb Maclennan2022-04-21 09:23:31 +0300
commitf3a935f46576db14596f7060920c1efe18ef474a (patch)
treeca0adb0cc34b731192da8e2863ba808af32f68c2
parent5aca9052ea1733d7c4468f4e6f7759c119f6a566 (diff)
downloadaur-f3a935f46576db14596f7060920c1efe18ef474a.tar.gz
upgpkg: gftools 0.9.9-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 431a07e66823..f8ce4e2153cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.9.8
+ pkgver = 0.9.9
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.8.tar.gz
- sha256sums = ee310d492f5b402eb0864f819e5a35ff27e0fc39d6f49491a59abd833a8ae3d3
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.9.9.tar.gz
+ sha256sums = e4a980cc9302b9f4c0dcb7975a2de0f3720140305b6ad11b0ed32cc7faa9bc7f
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index 10e51582ab93..1c0e567ee2fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.9.8
+pkgver=0.9.9
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=('ee310d492f5b402eb0864f819e5a35ff27e0fc39d6f49491a59abd833a8ae3d3')
+sha256sums=('e4a980cc9302b9f4c0dcb7975a2de0f3720140305b6ad11b0ed32cc7faa9bc7f')
prepare() {
cd "$_archive"