Date: Tuesday, March 30, 2021 @ 21:34:43 Author: arojas Revision: 910523
Make package reproducible (FS#70225) Modified: vidcutter/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-30 20:36:52 UTC (rev 910522) +++ PKGBUILD 2021-03-30 21:34:43 UTC (rev 910523) @@ -3,7 +3,7 @@ pkgname=vidcutter pkgver=6.0.5 -pkgrel=1 +pkgrel=2 pkgdesc='Modern, simple to use, constantly evolving and hella fast media cutter + joiner with frame-accurate SmartCut technology' arch=(x86_64) url='https://github.com/ozmartian/vidcutter' @@ -26,5 +26,6 @@ package() { cd $pkgname-$pkgver + export PYTHONHASHSEED=0 python3 setup.py install --root="$pkgdir" --optimize=1 }