summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-05 14:46:21 +0300
committerCaleb Maclennan2023-06-05 14:46:21 +0300
commit800771673bd5917e9adda9ca47afb67d37adfa11 (patch)
treed996e668a60a720e172e5831bc719c71d32a5c52
parent3013b4b35a83de5c43f4ed2dd1d0bdea47dbd794 (diff)
downloadaur-800771673bd5917e9adda9ca47afb67d37adfa11.tar.gz
upgpkg: gftools 0.9.30-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ace061ab8f32..aeb69c3bfc4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.9.29
- pkgrel = 2
+ pkgver = 0.9.30
+ pkgrel = 1
url = https://github.com/googlefonts/gftools
arch = any
license = Apache
@@ -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.29.tar.gz
- sha256sums = b9f7b9042f91f23ed8c7b0b2c4714e2ae0c6866b96f5bdbb2fe5521141c23080
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.9.30.tar.gz
+ sha256sums = 8d0ca6513e867174a75c0a339a9c607b946ab33a8e396d77bf7b2e8225bfbc66
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index 787eafe9b7ff..e4243176026b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.9.29
-pkgrel=2
+pkgver=0.9.30
+pkgrel=1
pkgdesc='Misc tools for working with the Google Fonts library'
arch=(any)
url="https://github.com/googlefonts/$pkgname"
@@ -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=('b9f7b9042f91f23ed8c7b0b2c4714e2ae0c6866b96f5bdbb2fe5521141c23080')
+sha256sums=('8d0ca6513e867174a75c0a339a9c607b946ab33a8e396d77bf7b2e8225bfbc66')
build() {
cd "$_archive"