aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-10-05 18:30:26 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-12 11:34:41 +0700
commita32a87fddb1cb42e68eb839002bf21ed79f1664a (patch)
tree51eaf13a0b4d7d5bd25c2da9ada6902b5cd479d0
parent1a36bd9b46ab3318caad5daaca37037dd5539319 (diff)
system/terminator: Update REQUIRES, configobj => python3-configobj.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/terminator/terminator.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/terminator/terminator.info b/system/terminator/terminator.info
index aea561e638..dd401f5148 100644
--- a/system/terminator/terminator.info
+++ b/system/terminator/terminator.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/gnome-terminator/terminator/releases/download/v2.1.
MD5SUM="43d8f806dae2f6f4d9e1eef309d62791"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-pytest-runner python3-psutil configobj"
+REQUIRES="python3-pytest-runner python3-psutil python3-configobj"
MAINTAINER="Alan Alberghini"
EMAIL="414N@slacky.it"