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

Jelle van der Waa jelle at archlinux.org
Sun Dec 13 14:57:21 UTC 2020


    Date: Sunday, December 13, 2020 @ 14:57:17
  Author: jelle
Revision: 774395

Make package reproducible

Modified:
  python-trimesh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-13 14:56:58 UTC (rev 774394)
+++ PKGBUILD	2020-12-13 14:57:17 UTC (rev 774395)
@@ -2,7 +2,7 @@
 
 pkgname=python-trimesh
 pkgver=3.8.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Trimesh is a pure Python library for loading and using triangular meshes with an emphasis on watertight surfaces'
 arch=('any')
 url="https://github.com/mikedh/trimesh"
@@ -41,7 +41,7 @@
 
 package() {
   cd trimesh-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 
   install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list