summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-11-12 17:38:33 +0300
committerCaleb Maclennan2020-11-12 17:38:33 +0300
commit71a5c93d41ac77cf66061906c5deb6bbd43bdd09 (patch)
tree2777089f40da2ea9231f5c820bd5e87c50062b9c
parent709a66b609f88bee25e8f4d99a35297ab6784b2d (diff)
downloadaur-71a5c93d41ac77cf66061906c5deb6bbd43bdd09.tar.gz
upgpkg: gftools 0.5.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 1cda89fa0002..6d51059a6d60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.4.4
+ pkgver = 0.5.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.4.4.tar.gz
- sha256sums = 8b882b81abddea6e82604052284f959669177a6db8cbcd10cf90deade39d3d3f
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.5.0.tar.gz
+ sha256sums = 9919417f12e6316f753fef2c1d3fc75541ee267e3422eb90fabae2653c9f0aef
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index 7117f809d06a..9b378e0ff132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.4.4
+pkgver=0.5.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=('8b882b81abddea6e82604052284f959669177a6db8cbcd10cf90deade39d3d3f')
+sha256sums=('9919417f12e6316f753fef2c1d3fc75541ee267e3422eb90fabae2653c9f0aef')
build() {
cd "$pkgname-$pkgver"