summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-01 18:09:25 +0300
committerCaleb Maclennan2024-03-01 18:09:25 +0300
commitfd8b0ddee283702fae5ab8577d291964944ab1d6 (patch)
tree72bc11990076c1f7a21d6d7ef03c5735c285a7ab
parentaba3d7c9823075260146bfb6a4cd7f4ce9cef7cd (diff)
downloadaur-fd8b0ddee283702fae5ab8577d291964944ab1d6.tar.gz
upgpkg: gftools 0.9.50-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 8dd09ac1281b..a3953acefafe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.9.49
+ pkgver = 0.9.50
pkgrel = 1
url = https://github.com/googlefonts/gftools
arch = any
@@ -39,7 +39,7 @@ pkgbase = gftools
depends = python-unidecode
depends = python-vttlib
depends = statmake
- source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.9.49.tar.gz
- sha256sums = 3eaeeb9d5073a188b7fa3470e9636b1bfc38028e182f43be381012617e15babe
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.9.50.tar.gz
+ sha256sums = 7b4516d7405cac981c89bbff5b68cd038c121a0868a206ba794b43e2b98146e4
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index 331b925d2efb..736dcbb4ddc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.9.49
+pkgver=0.9.50
pkgrel=1
pkgdesc='Misc tools for working with the Google Fonts library'
arch=(any)
@@ -42,7 +42,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools-scm)
_archive="$pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
-sha256sums=('3eaeeb9d5073a188b7fa3470e9636b1bfc38028e182f43be381012617e15babe')
+sha256sums=('7b4516d7405cac981c89bbff5b68cd038c121a0868a206ba794b43e2b98146e4')
build() {
cd "$_archive"