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

Morten Linderud foxboron at archlinux.org
Wed Apr 28 19:05:09 UTC 2021


    Date: Wednesday, April 28, 2021 @ 19:05:09
  Author: foxboron
Revision: 924993

upgpkg: b4 0.6.2-2

Modified:
  b4/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-28 18:07:49 UTC (rev 924992)
+++ PKGBUILD	2021-04-28 19:05:09 UTC (rev 924993)
@@ -3,7 +3,7 @@
 
 pkgname=b4
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Helper utility to work with patches made available via a public-inbox archive like lore.kernel.org.'
 license=('GPL')
 arch=('any')
@@ -22,5 +22,6 @@
 
 package() {
 	cd "$pkgname-$pkgver"
+	export PYTHONHASHSEED=0
 	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }



More information about the arch-commits mailing list