[arch-commits] Commit in py3status/trunk (PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Tue Jan 1 13:38:17 UTC 2019
Date: Tuesday, January 1, 2019 @ 13:38:17
Author: maximbaz
Revision: 420150
py3status: update optdepends, fix FS#60912 and FS#61010
Modified:
py3status/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-01 13:35:29 UTC (rev 420149)
+++ PKGBUILD 2019-01-01 13:38:17 UTC (rev 420150)
@@ -11,9 +11,9 @@
arch=('any')
license=('BSD')
depends=('python' 'python-setuptools' 'i3status')
-optdepends=('i3status: for some of the functionality'
- 'acpi: for some of the battery related modules'
- 'python-pyudev: udev module'
+optdepends=('python-pyudev: for udev event monitoring'
+ 'python-pydbus: for modules that rely on DBUS'
+ 'python-tzlocal: for modules that need time zone info'
'pacman-contrib: for the arch_updates module')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz")
sha256sums=('79e487017e827e3428ae526f5c967f9e819b34a84bafee4fac2121d5de84ef1c')
More information about the arch-commits
mailing list