diff options
author | Tonus <tonus1@gmail.com> | 2024-01-14 02:22:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-15 17:42:50 +0700 |
commit | 32be1c9bc3ac4bf037912f7431504d188cabc3d7 (patch) | |
tree | 64a7a3807dbcfc99cf0096351ddadb6546dcfd7d /office | |
parent | 85b9297ff24953baaa5a3f2f2b213dd98663ef98 (diff) |
office/khard: update to version 0.19.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/khard/khard.SlackBuild | 6 | ||||
-rw-r--r-- | office/khard/khard.info | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/office/khard/khard.SlackBuild b/office/khard/khard.SlackBuild index da49feee6c5a..dcca6114b8e0 100644 --- a/office/khard/khard.SlackBuild +++ b/office/khard/khard.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=khard -VERSION=${VERSION:-0.18.0} -BUILD=${BUILD:-3} +VERSION=${VERSION:-0.19.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,6 +76,8 @@ 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 {} \; +export PYTHONPATH=/opt/python3.9/site-packages/ + python3 setup.py install --root=$PKG # Strip binaries and libraries. diff --git a/office/khard/khard.info b/office/khard/khard.info index 3cec0f4155d2..7e5cd97d462e 100644 --- a/office/khard/khard.info +++ b/office/khard/khard.info @@ -1,10 +1,10 @@ PRGNAM="khard" -VERSION="0.18.0" +VERSION="0.19.1" HOMEPAGE="https://github.com/scheibler/khard/" -DOWNLOAD="https://files.pythonhosted.org/packages/fd/d6/3172fc469cc09decfb502e5428f6a44b0fec48952ae5afe4d657d9e74ea0/khard-0.18.0.tar.gz" -MD5SUM="3ba3ad8cc936578e0b9d2b18dd0a93ce" +DOWNLOAD="https://files.pythonhosted.org/packages/0d/00/215a69d2ae96cac511a6594116958bf13e210dd24f78c48f5ffaf039edec/khard-0.19.1.tar.gz" +MD5SUM="2659cd0e0038ab1d81c50ea51b3d4951" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Unidecode vobject python3-ruamel.yaml python3-atomicwrites configobj" +REQUIRES="python3-setuptools-opt Unidecode vobject python3-ruamel.yaml python3-atomicwrites configobj" MAINTAINER="Tonus" EMAIL="tonus1@free.fr" |