diff options
author | D Woodfall <dave@slackbuilds.org> | 2023-05-10 22:55:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:08 +0700 |
commit | 97cfcad92f34c580d5abe22a7d1cd4bcadaf498f (patch) | |
tree | fdbfa0e15573dfca496abb1590168f52ec2696e3 /office/khard | |
parent | 57f0524eae56f711fbed2039230899f1060b063a (diff) |
office/khard: REQUIRES updated for renamed python deps.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/khard')
-rw-r--r-- | office/khard/khard.SlackBuild | 2 | ||||
-rw-r--r-- | office/khard/khard.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/office/khard/khard.SlackBuild b/office/khard/khard.SlackBuild index a6cc08f60744c..c9249f444530f 100644 --- a/office/khard/khard.SlackBuild +++ b/office/khard/khard.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=khard VERSION=${VERSION:-0.18.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/khard/khard.info b/office/khard/khard.info index 535c7ca040562..3e2630d991279 100644 --- a/office/khard/khard.info +++ b/office/khard/khard.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/fd/d6/3172fc469cc09decfb502e54 MD5SUM="3ba3ad8cc936578e0b9d2b18dd0a93ce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Unidecode python3-dateutil vobject python-ruamel.yaml atomicwrites configobj" +REQUIRES="Unidecode python3-dateutil vobject python3-ruamel.yaml atomicwrites configobj" MAINTAINER="Tonus" EMAIL="tonus1@free.fr" |