summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-11-26 22:15:51 +0300
committerCaleb Maclennan2020-11-26 22:15:51 +0300
commitd340ee00ef2a094119cd8777c26d8520431fdfca (patch)
treeee5318941abcbbb1f34653ec3a475c6a7b23daf2
parentf621195d69298dbb476576b4e0a3118ae58a8e81 (diff)
downloadaur-d340ee00ef2a094119cd8777c26d8520431fdfca.tar.gz
upgpkg: gftools 0.5.2-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 424a58b45dfc..b12f8e9a8294 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.5.1
+ pkgver = 0.5.2
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.1.tar.gz
- sha256sums = 720c8dc0b2417b6ac9e76a3c8a9359378e5f0588927225fcef7cce8b2a9d6650
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.5.2.tar.gz
+ sha256sums = c2a130223cafc2e7a445d184d8c8544737b397d0a2d243839d612268b04060cb
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index dc3e22d2a012..6fea747f8530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.5.1
+pkgver=0.5.2
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=('720c8dc0b2417b6ac9e76a3c8a9359378e5f0588927225fcef7cce8b2a9d6650')
+sha256sums=('c2a130223cafc2e7a445d184d8c8544737b397d0a2d243839d612268b04060cb')
build() {
cd "$pkgname-$pkgver"