diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-06-16 19:08:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-16 19:08:42 +0700 |
commit | ff7520b4889d85e7ceed9c19cafdfa30503e653a (patch) | |
tree | 9411e933a2ecc8362e2957d4c77752994429efb8 /office/calibre-bin | |
parent | 71f8ded9a1da0768b29c93fb960f77b7d22c6a85 (diff) |
office/calibre-bin: Updated for version 6.21.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/calibre-bin')
-rw-r--r-- | office/calibre-bin/calibre-bin.SlackBuild | 4 | ||||
-rw-r--r-- | office/calibre-bin/calibre-bin.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild index d703aa0c10b6..51107064378c 100644 --- a/office/calibre-bin/calibre-bin.SlackBuild +++ b/office/calibre-bin/calibre-bin.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=calibre-bin -VERSION=${VERSION:-6.20.0} +VERSION=${VERSION:-6.21.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -64,6 +64,8 @@ rm -r usr/share/{desktop-directories,mime/!(packages)} shopt -u extglob rm -f usr/share/applications/mimeinfo.cache +sed -i "s|$PKG||g" usr/share/bash-completion/completions/ebook-convert + cd usr/bin for f in $(find . -maxdepth 1 -type l); do ln -sf "/opt/calibre/${f:2}" . diff --git a/office/calibre-bin/calibre-bin.info b/office/calibre-bin/calibre-bin.info index 55602de01306..5d1f3b1841a9 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.20.0" +VERSION="6.21.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.20.0/calibre-6.20.0-x86_64.txz" -MD5SUM_x86_64="18660b79789783afe331285dc3cc2b1f" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.21.0/calibre-6.21.0-x86_64.txz" +MD5SUM_x86_64="5e821e456c916dc28a3c9d1db98dd40f" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |