summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}