[arch-commits] Commit in python-fonttools/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Fri Aug 20 10:30:17 UTC 2021


    Date: Friday, August 20, 2021 @ 10:30:16
  Author: alerque
Revision: 1003979

upgpkg: python-fonttools 4.26.2-3: Fix reproducibility: moving to package() was right, not exporting was wrong

Modified:
  python-fonttools/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-20 09:48:25 UTC (rev 1003978)
+++ PKGBUILD	2021-08-20 10:30:16 UTC (rev 1003979)
@@ -5,7 +5,7 @@
 
 pkgname=python-fonttools
 pkgver=4.26.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A library to manipulate font files from Python'
 url='https://github.com/fonttools/fonttools'
 license=('MIT')
@@ -35,7 +35,7 @@
 
 package() {
 	cd "fonttools-$pkgver"
-	local PYTHONHASHSEED=0
+	export PYTHONHASHSEED=0
 	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 	install -Dm0755 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
 }



More information about the arch-commits mailing list