[arch-commits] Commit in py3status/trunk (PKGBUILD)
Jonas Witschel
diabonas at archlinux.org
Tue Jan 12 13:28:04 UTC 2021
Date: Tuesday, January 12, 2021 @ 13:28:04
Author: diabonas
Revision: 819878
upgpkg: py3status 3.31-3: add dependency on 'which'
py3status fails to start if which is not installed, cf.
https://github.com/ultrabug/py3status/issues/1994
Modified:
py3status/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-12 13:13:01 UTC (rev 819877)
+++ PKGBUILD 2021-01-12 13:28:04 UTC (rev 819878)
@@ -6,12 +6,12 @@
pkgname=py3status
pkgver=3.31
-pkgrel=2
+pkgrel=3
pkgdesc="An extensible i3status replacement/wrapper written in python"
url="https://www.ultrabug.fr/tag/py3status/"
arch=('any')
license=('BSD')
-depends=('python' 'python-setuptools')
+depends=('python' 'python-setuptools' 'which')
checkdepends=('python-pytest-runner')
optdepends=('i3status: for i3status modules'
'i3blocks: for i3blocks modules'
More information about the arch-commits
mailing list