summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-02-09 19:54:15 +0300
committerCaleb Maclennan2024-02-09 19:54:15 +0300
commit94f8c8ae9eb08c2216f9c3e2f168db7bbb056174 (patch)
tree0b1ce0e55b099b888bc653fc542660da1c58092f
parent424abca98be04a9ede359fd603aaeca2b7966970 (diff)
downloadaur-94f8c8ae9eb08c2216f9c3e2f168db7bbb056174.tar.gz
upgpkg: gftools 0.9.47-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 c702d9ce089c..fa8e26d6c839 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.9.46
+ pkgver = 0.9.47
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.46.tar.gz
- sha256sums = 28deac6068c223a3f8dce1cbf2baf6b9a27a246ee93043cd23353f78d249029c
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.9.47.tar.gz
+ sha256sums = 02e6354cec35a86dc4ea254d603ab3f8e86b229b875414924e7cfc3625846577
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index 77b43d8721c3..31cde1719b5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.9.46
+pkgver=0.9.47
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=('28deac6068c223a3f8dce1cbf2baf6b9a27a246ee93043cd23353f78d249029c')
+sha256sums=('02e6354cec35a86dc4ea254d603ab3f8e86b229b875414924e7cfc3625846577')
build() {
cd "$_archive"