summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-10-13 17:43:59 +0300
committerCaleb Maclennan2023-10-13 17:43:59 +0300
commit8cba6bfd90abc87d003a97d960001c452d6cab42 (patch)
tree0efdc7931323303a0af2fb90637c6624e5fa7f7c
parentdcfbba855dc57c0f31cfa540de13004ad8cc103e (diff)
downloadaur-8cba6bfd90abc87d003a97d960001c452d6cab42.tar.gz
upgpkg: gftools 0.9.35-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 cd9ff4308132..f9ee9a431677 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.9.34
+ pkgver = 0.9.35
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.34.tar.gz
- sha256sums = b14eaf4d58940a10cc441d82adeef101dd1af322047e5067249f190daabc907c
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.9.35.tar.gz
+ sha256sums = 95df7e4068683d4754a01223b275d5638b0e6465202364152cc961bd639d3a2d
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index 97af11e2cf0e..2d1b7f286f06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.9.34
+pkgver=0.9.35
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=('b14eaf4d58940a10cc441d82adeef101dd1af322047e5067249f190daabc907c')
+sha256sums=('95df7e4068683d4754a01223b275d5638b0e6465202364152cc961bd639d3a2d')
build() {
cd "$_archive"