diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-15 02:22:49 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 07:17:20 +0700 |
commit | 94bc2d9807a1bc5e855013e89a3952995568ada7 (patch) | |
tree | 23d2d5ad87f2a27a7d94458e2b92c1b36c3fbc57 /desktop | |
parent | 06cbc447392972e06e0aab2e55ee797540b3a05c (diff) |
desktop/caffeine-ng: REQUIRES updated for renamed python deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/caffeine-ng/caffeine-ng.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/caffeine-ng/caffeine-ng.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/caffeine-ng/caffeine-ng.SlackBuild b/desktop/caffeine-ng/caffeine-ng.SlackBuild index 04161564f840f..de64dc0310924 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 43e138b8af79e..e5eb9a136378b 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" |