diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-07-15 11:08:12 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-15 17:30:04 +0700 |
commit | 2bac4d039f4eeda329365285378be15a9e789221 (patch) | |
tree | 165b9f5503ca9db23811d66b8952fe9b112953a6 /office/calibre-bin | |
parent | 49044227a24a953d488e8c6a76a11fdcdae825b9 (diff) |
office/calibre-bin: Updated for version 6.23.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/calibre-bin')
-rw-r--r-- | office/calibre-bin/calibre-bin.SlackBuild | 6 | ||||
-rw-r--r-- | office/calibre-bin/calibre-bin.info | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild index e11522fb8a07..98943a48308c 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.22.0} +VERSION=${VERSION:-6.23.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,6 +73,10 @@ done rm calibre-uninstall cd ../.. +find -L opt/calibre/plugins -type f -name "*.so" -exec chmod 755 {} \; +find -L opt/calibre/lib/calibre-extensions \ + -type f -name "*.so" -exec chmod 755 {} \; + chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/office/calibre-bin/calibre-bin.info b/office/calibre-bin/calibre-bin.info index 451c318cd268..3d03ca3ac15c 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="6.22.0" +VERSION="6.23.0" HOMEPAGE="https://calibre-ebook.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.22.0/calibre-6.22.0-x86_64.txz" -MD5SUM_x86_64="dec8b70f6cf0d0d5ed2aba4d7dd46f9a" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.23.0/calibre-6.23.0-x86_64.txz" +MD5SUM_x86_64="7bb34ba7c56bca2278b750ebe59a95f6" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |