summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-13 22:34:21 +0300
committerCaleb Maclennan2021-12-13 22:34:21 +0300
commit118d571cd90940fb1f33ee845ee19a07337b4a16 (patch)
treea13530b44774aff06d0f167b956e520a7a1bd0e8
parentb7fe2c7b66fadc7df399d33171852b7a5f893cdd (diff)
downloadaur-118d571cd90940fb1f33ee845ee19a07337b4a16.tar.gz
upgpkg: gftools 0.8.3-2
Rebuild for Python 3.10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 340a7b2c1418..76befa1cce5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
pkgver = 0.8.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/googlefonts/gftools
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index e8ad08531bc5..e7ab6fdf8a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gftools
pkgver=0.8.3
-pkgrel=1
+pkgrel=2
pkgdesc='Misc tools for working with the Google Fonts library'
arch=(any)
url="https://github.com/googlefonts/$pkgname"
@@ -47,6 +47,5 @@ build() {
package() {
cd "$_archive"
- export PYTHONHASHSEED=0
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
}