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

Jelle van der Waa jelle at gemini.archlinux.org
Sun Jul 18 16:13:01 UTC 2021


    Date: Sunday, July 18, 2021 @ 16:13:01
  Author: jelle
Revision: 978511

Make variety reproducible by setting PYTHONHASHSEED

Modified:
  variety/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-18 15:59:12 UTC (rev 978510)
+++ PKGBUILD	2021-07-18 16:13:01 UTC (rev 978511)
@@ -3,13 +3,13 @@
 
 pkgname=variety
 pkgver=0.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Changes the wallpaper on a regular interval using user-specified or automatically downloaded images.'
 arch=('any')
 url="https://peterlevi.com/variety/"
 license=('GPL3')
 depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 'python-cairo'
-         'python-configobj' 'python-dbus' 'python-gobject' 'python-httplib2' 'python-pillow'
+         'python-configobj' 'dbus-python' 'python-gobject' 'python-httplib2' 'python-pillow'
          'python-lxml' 'python-pycurl' 'python-requests')
 makedepends=('python-distutils-extra')
 optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma')
@@ -20,5 +20,6 @@
   cd "${srcdir}"/$pkgname-$pkgver
 
   export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  export PYTHONHASHSEED=0
   python setup.py install --root="${pkgdir}" --optimize=1
 }




More information about the arch-commits mailing list