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

Kpcyrd kpcyrd at gemini.archlinux.org
Sat Jul 31 21:46:35 UTC 2021


    Date: Saturday, July 31, 2021 @ 21:46:35
  Author: kpcyrd
Revision: 991490

upgpkg: calibre 5.23.0-2 - PYTHONHASHSEED=0

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-31 21:41:18 UTC (rev 991489)
+++ PKGBUILD	2021-07-31 21:46:35 UTC (rev 991490)
@@ -9,7 +9,7 @@
 pkgbase=calibre
 pkgname=calibre
 pkgver=5.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/"
@@ -57,6 +57,7 @@
 build() {
     cd "${pkgbase}-${pkgver}"
 
+    export PYTHONHASHSEED=0
     LANG='en_US.UTF-8' python setup.py build
     LANG='en_US.UTF-8' python setup.py gui
     python setup.py liberation_fonts --path-to-liberation_fonts /usr/share/fonts/liberation --system-liberation_fonts



More information about the arch-commits mailing list