summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-02-22 11:11:01 +0300
committerCaleb Maclennan2024-02-22 11:11:01 +0300
commit88f2915a1150ed5cb505ba6319d60d8cb3a3932d (patch)
tree03d4c197c7635da69376e2d69fcdfb967f724c23
parent94f8c8ae9eb08c2216f9c3e2f168db7bbb056174 (diff)
downloadaur-88f2915a1150ed5cb505ba6319d60d8cb3a3932d.tar.gz
upgpkg: gftools 0.9.48-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 fa8e26d6c839..ae8161c6fa64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.9.47
+ pkgver = 0.9.48
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.47.tar.gz
- sha256sums = 02e6354cec35a86dc4ea254d603ab3f8e86b229b875414924e7cfc3625846577
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.9.48.tar.gz
+ sha256sums = 9f33aa3555d702c3386111673ea8f06dbad1a562b1bccb5de95b2864452c593f
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index 31cde1719b5d..7487ab2145b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.9.47
+pkgver=0.9.48
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=('02e6354cec35a86dc4ea254d603ab3f8e86b229b875414924e7cfc3625846577')
+sha256sums=('9f33aa3555d702c3386111673ea8f06dbad1a562b1bccb5de95b2864452c593f')
build() {
cd "$_archive"