diff options
author | Johannes Wienke | 2023-07-02 21:36:49 +0200 |
---|---|---|
committer | Johannes Wienke | 2023-07-02 21:36:49 +0200 |
commit | b91c064fbdfedf18617d5939f0e2f645725fd180 (patch) | |
tree | 3f11d0580caa9b578095504e3b02cb8cdbc726b3 /PKGBUILD | |
parent | 5e197816002a1a19badca524adafbc30c93ef80f (diff) | |
download | aur-b91c064fbdfedf18617d5939f0e2f645725fd180.tar.gz |
Add jsonpath-ng as an optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ optdepends=('python-dbus: logind session discovery' 'python-dateutil: iCalendar checks' 'python-tzlocal: iCalendar checks' 'python-requests-file: file:// URL support' + 'python-jsonpath-ng: JSONPath checks' 'iputils: ping check' 'xprintidle: X server idle time check') makedepends=('python-setuptools' |