diff options
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" |