summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-01-24 21:52:28 +0300
committerCaleb Maclennan2023-01-24 21:52:28 +0300
commitae8fe4be835ccc1b1b10ff17ead658561527854a (patch)
tree47e7c86cc65620e8bc3e6289d2a5319548ad07fc
parentb1a22b2721fe0b273f4ebd9385db5e6466eda607 (diff)
downloadaur-ae8fe4be835ccc1b1b10ff17ead658561527854a.tar.gz
upgpkg: gftools 0.9.23-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a9d8270759d..6d4e4cdd344f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.9.21
+ pkgver = 0.9.23
pkgrel = 2
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.21.tar.gz
- sha256sums = f82bd8eb9c43c0e8884cc4e4d9f9258d9bb1ddf3f072720bdf940c70c2019146
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.9.23.tar.gz
+ sha256sums = a5eee3c8b54111625efd541b55a9d677de8cd2538dd519a7922eebf362c041a4
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index c43fb6bce43e..c7ff971b9126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.9.21
+pkgver=0.9.23
pkgrel=2
pkgdesc='Misc tools for working with the Google Fonts library'
arch=(any)
@@ -43,12 +43,7 @@ makedepends=(python-{build,installer}
python-wheel)
_archive="$pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
-sha256sums=('f82bd8eb9c43c0e8884cc4e4d9f9258d9bb1ddf3f072720bdf940c70c2019146')
-
-prepare() {
- cd "$_archive"
- sed -i -e "/setup_requires/s/>=.*'/'/" setup.py
-}
+sha256sums=('a5eee3c8b54111625efd541b55a9d677de8cd2538dd519a7922eebf362c041a4')
build() {
cd "$_archive"