summaryrefslogtreecommitdiffstats
path: root/desktop/todoman
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-05-13 13:17:00 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-14 15:24:08 +0700
commitcec67142cdd199750e443cdeeb9c19ec5d0661d4 (patch)
treec4571c4f5548f2b97f18f5191cb64c5b91164303 /desktop/todoman
parentdd4176b71c64ef10ee417aa93f67bb51ae5f5211 (diff)
downloadslackbuilds-cec67142cdd199750e443cdeeb9c19ec5d0661d4.tar.gz
slackbuilds-cec67142cdd199750e443cdeeb9c19ec5d0661d4.tar.xz
desktop/todoman: Under REQUIRES, change atomicwrites to python3-atomicwrites
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/todoman')
-rw-r--r--desktop/todoman/todoman.SlackBuild2
-rw-r--r--desktop/todoman/todoman.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/todoman/todoman.SlackBuild b/desktop/todoman/todoman.SlackBuild
index 2230b699cc..5680caef49 100644
--- a/desktop/todoman/todoman.SlackBuild
+++ b/desktop/todoman/todoman.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=todoman
VERSION=${VERSION:-4.2.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/desktop/todoman/todoman.info b/desktop/todoman/todoman.info
index 6195d4c0c2..1e1d044821 100644
--- a/desktop/todoman/todoman.info
+++ b/desktop/todoman/todoman.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/6c/0e/5a3ed2a34251625f8483f844
MD5SUM="b44620a549d4afeae307bc99ad811d3b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="atomicwrites click click-log icalendar python3-dateutil parsedatetime humanize python3-tabulate python-urwid"
+REQUIRES="python3-atomicwrites click click-log icalendar python3-dateutil parsedatetime humanize python3-tabulate python-urwid"
MAINTAINER="Tonus"
EMAIL="tonus1@free.fr"