diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-28 12:49:09 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:35 +0700 |
commit | 226bec680e0e9dbfe82a35e3bdf7bf8b37469313 (patch) | |
tree | ffc9e11bf0f64c8ff187015d91ceb1aa8e73449f /system/trash-cli | |
parent | 044199ece808d2453033f7b9cec600c22eff2cbb (diff) |
system/trash-cli: Add python3-psutil dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/trash-cli')
-rw-r--r-- | system/trash-cli/slack-desc | 12 | ||||
-rw-r--r-- | system/trash-cli/trash-cli.info | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/trash-cli/slack-desc b/system/trash-cli/slack-desc index 850ad04dee77..1e01ec84e941 100644 --- a/system/trash-cli/slack-desc +++ b/system/trash-cli/slack-desc @@ -11,9 +11,9 @@ trash-cli: trash-cli: trash-cli trashes files recording the original path, deletion date, trash-cli: and permissions. It uses the same trashcan used by KDE, GNOME, and trash-cli: XFCE, but you can invoke it from the command line (and scripts). -trash-cli: It provides these commands: -trash-cli: trash-put : trashes files and directories. -trash-cli: trash-empty : empty the trashcan(s). -trash-cli: trash-list : list trashed files. -trash-cli: trash-restore : restore a trashed file. -trash-cli: trash-rm : remove individual files from trash can. +trash-cli: +trash-cli: +trash-cli: +trash-cli: +trash-cli: +trash-cli: diff --git a/system/trash-cli/trash-cli.info b/system/trash-cli/trash-cli.info index 404efbf46a82..7651898245ed 100644 --- a/system/trash-cli/trash-cli.info +++ b/system/trash-cli/trash-cli.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/andreafrancia/trash-cli/archive/0.22.10.20/trash-cl MD5SUM="54e8c14f763f69673fa5143b3159f21d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python3-psutil" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |