summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-12-26 17:17:35 +0300
committerCaleb Maclennan2020-12-26 17:17:35 +0300
commit4fbdd5090132378033ca9695a9b06ee4556bc303 (patch)
tree601c794fdbb5bbec95a2b2efc12fb1939dcde895
parentd340ee00ef2a094119cd8777c26d8520431fdfca (diff)
downloadaur-4fbdd5090132378033ca9695a9b06ee4556bc303.tar.gz
upgpkg: gftools 0.6.0-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 b12f8e9a8294..0e2d2f8d7cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.5.2
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/googlefonts/gftools
arch = any
@@ -13,8 +13,8 @@ pkgbase = gftools
depends = python-protobuf
depends = python-pygithub
depends = python-vttlib
- source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.5.2.tar.gz
- sha256sums = c2a130223cafc2e7a445d184d8c8544737b397d0a2d243839d612268b04060cb
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.6.0.tar.gz
+ sha256sums = 58ee47de4b6d914c5611873789d11340b0ce97094cc76eef5044eeb963d0f3d9
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index 6fea747f8530..071881ab9489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.5.2
+pkgver=0.6.0
pkgrel=1
pkgdesc='Misc tools for working with the Google Fonts library'
arch=('any')
@@ -17,7 +17,7 @@ depends=('absl-py'
"${_py_deps[@]/#/python-}")
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('c2a130223cafc2e7a445d184d8c8544737b397d0a2d243839d612268b04060cb')
+sha256sums=('58ee47de4b6d914c5611873789d11340b0ce97094cc76eef5044eeb963d0f3d9')
build() {
cd "$pkgname-$pkgver"