diff options
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 |
commit | cec67142cdd199750e443cdeeb9c19ec5d0661d4 (patch) | |
tree | c4571c4f5548f2b97f18f5191cb64c5b91164303 | |
parent | dd4176b71c64ef10ee417aa93f67bb51ae5f5211 (diff) |
desktop/todoman: Under REQUIRES, change atomicwrites to python3-atomicwrites
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/todoman/todoman.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/todoman/todoman.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/todoman/todoman.SlackBuild b/desktop/todoman/todoman.SlackBuild index 2230b699ccfd..5680caef496d 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 6195d4c0c2e6..1e1d044821c2 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" |