summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2023-05-15 10:22:49 +0200
committer Willy Sudiarto Raharjo2023-05-27 02:17:20 +0200
commit94bc2d9807a1bc5e855013e89a3952995568ada7 (patch)
tree23d2d5ad87f2a27a7d94458e2b92c1b36c3fbc57
parent06cbc447392972e06e0aab2e55ee797540b3a05c (diff)
downloadslackbuilds-94bc2d9807a1bc5e855013e89a3952995568ada7.tar.gz
desktop/caffeine-ng: REQUIRES updated for renamed python deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--desktop/caffeine-ng/caffeine-ng.SlackBuild2
-rw-r--r--desktop/caffeine-ng/caffeine-ng.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/caffeine-ng/caffeine-ng.SlackBuild b/desktop/caffeine-ng/caffeine-ng.SlackBuild
index 04161564f8..de64dc0310 100644
--- a/desktop/caffeine-ng/caffeine-ng.SlackBuild
+++ b/desktop/caffeine-ng/caffeine-ng.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=caffeine-ng
VERSION=${VERSION:-3.4.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/desktop/caffeine-ng/caffeine-ng.info b/desktop/caffeine-ng/caffeine-ng.info
index 43e138b8af..e5eb9a1363 100644
--- a/desktop/caffeine-ng/caffeine-ng.info
+++ b/desktop/caffeine-ng/caffeine-ng.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/caffeine-ng/caffeine-ng/releases/download/v3.4.2/ca
MD5SUM="f8a8504541585b499c66a53478c738c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="docopt pyewmh setproctitle python3-wheel"
+REQUIRES="python3-docopt pyewmh setproctitle python3-wheel"
MAINTAINER="Hunter Sezen"
EMAIL="orbea@riseup.net"