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

Daniel M. Capella polyzen at archlinux.org
Fri Apr 16 04:00:46 UTC 2021


    Date: Friday, April 16, 2021 @ 04:00:46
  Author: polyzen
Revision: 919270

upgpkg: vdirsyncer 0.16.8-7: Reproducible bytecode

Modified:
  vdirsyncer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-16 03:30:46 UTC (rev 919269)
+++ PKGBUILD	2021-04-16 04:00:46 UTC (rev 919270)
@@ -1,9 +1,10 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 # Contributor: Hugo Osvaldo Barrera <hugo at barrera.io>
 
 pkgname=vdirsyncer
 pkgver=0.16.8
-pkgrel=6
+pkgrel=7
 pkgdesc="Synchronize CalDAV and CardDAV."
 arch=('any')
 url="https://vdirsyncer.pimutils.org/en/stable/"
@@ -50,6 +51,7 @@
 
 package() {
   cd "${pkgname}"
+  export PYTHONHASHSEED=0
   python setup.py install --skip-build \
     --optimize=1 \
     --prefix=/usr \



More information about the arch-commits mailing list