[arch-commits] Commit in autopep8/trunk (PKGBUILD)
Kpcyrd
kpcyrd at gemini.archlinux.org
Fri Jul 23 10:26:38 UTC 2021
Date: Friday, July 23, 2021 @ 10:26:38
Author: kpcyrd
Revision: 984319
upgpkg: autopep8 1:1.5.7-2 - PYTHONHASHSEED=0
Modified:
autopep8/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-23 10:26:18 UTC (rev 984318)
+++ PKGBUILD 2021-07-23 10:26:38 UTC (rev 984319)
@@ -4,7 +4,7 @@
pkgname=autopep8
pkgver=1.5.7
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 style guide"
arch=('any')
@@ -16,6 +16,7 @@
build() {
cd autopep8-$pkgver
+ export PYTHONHASHSEED=0
python setup.py build
}
More information about the arch-commits
mailing list