diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-05-13 13:06:36 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-14 15:24:07 +0700 |
commit | 931c8d272735039992138636914c502b32b7b88b (patch) | |
tree | e7a151b1d55f9b0365786292b07e6501e1d43f2b /office | |
parent | 777c996aef6505f6969d10b5d43864b492d3bb4d (diff) |
office/khal: Under REQUIRES, change atomicwrites to python3-atomicwrites
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/khal/khal.SlackBuild | 2 | ||||
-rw-r--r-- | office/khal/khal.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/office/khal/khal.SlackBuild b/office/khal/khal.SlackBuild index 81c507031e6e..acd9933a5e5b 100644 --- a/office/khal/khal.SlackBuild +++ b/office/khal/khal.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=khal VERSION=${VERSION:-0.11.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/khal/khal.info b/office/khal/khal.info index 21766598e753..182dfd5dd90a 100644 --- a/office/khal/khal.info +++ b/office/khal/khal.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/15/4f/c547cff823256abbbc4810b1 MD5SUM="1cdb0bc01cf529fbc884532f709d82d6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-dateutil icalendar atomicwrites configobj tzlocal click click-log" +REQUIRES="python3-dateutil icalendar python3-atomicwrites configobj tzlocal click click-log" MAINTAINER="Tonus" EMAIL="tonus1@free.fr" |