diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-05-13 13:07:38 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-14 15:24:07 +0700 |
commit | 52862dfa7b063ce7f6bd687ecee6e3f6f5ea4423 (patch) | |
tree | 5f85645c7195adb0df6a52ffb6dc6da9c2a0723c /office | |
parent | 931c8d272735039992138636914c502b32b7b88b (diff) |
office/khard: Under REQUIRES, change atomicwrites to python3-atomicwrites
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/khard/khard.SlackBuild | 4 | ||||
-rw-r--r-- | office/khard/khard.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/office/khard/khard.SlackBuild b/office/khard/khard.SlackBuild index c9249f444530f..da49feee6c5a4 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:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,7 +76,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - python3 setup.py install --root=$PKG +python3 setup.py install --root=$PKG # Strip binaries and libraries. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/office/khard/khard.info b/office/khard/khard.info index 3e2630d991279..6a3164d81778f 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 python3-ruamel.yaml atomicwrites configobj" +REQUIRES="Unidecode python3-dateutil vobject python3-ruamel.yaml python3-atomicwrites configobj" MAINTAINER="Tonus" EMAIL="tonus1@free.fr" |