summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-09-27 08:53:05 +0300
committerCaleb Maclennan2022-09-27 08:53:05 +0300
commit03635dea778c397a9c35ac23c1b7e2bb3e80082f (patch)
tree5619733fcc4f566597d1d94377c96c84d6d11955
parent58b3b6a8f2f6fe57341375b1c6b1a7a4b7038cee (diff)
downloadaur-03635dea778c397a9c35ac23c1b7e2bb3e80082f.tar.gz
upgpkg: gftools 0.9.18-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 d666c5cb1c2c..3c384aa5f072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.9.17
+ pkgver = 0.9.18
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.17.tar.gz
- sha256sums = ebe89f853765c1f578261ab7adf902787df0bdb9d5589bc4d5d0b806ffd9b987
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.9.18.tar.gz
+ sha256sums = 5f3a3f60b2b2a951a00ae23a4f7ed852343724bd574fac2a2dc21b7abd144223
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index e76d821a9a3f..de7702245c50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.9.17
+pkgver=0.9.18
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=('ebe89f853765c1f578261ab7adf902787df0bdb9d5589bc4d5d0b806ffd9b987')
+sha256sums=('5f3a3f60b2b2a951a00ae23a4f7ed852343724bd574fac2a2dc21b7abd144223')
prepare() {
cd "$_archive"