summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Alexander Verbovetsky2022-07-16 17:39:42 +0200
committer Willy Sudiarto Raharjo2022-07-17 01:40:09 +0200
commit44d16961aeb7e9041724e55b8f19865c83aae060 (patch)
tree1c4e5114dcb27703f625cfba28240010ebec8f07
parentd98db19fbfff3e5cdfa4ba0946b198b51b854984 (diff)
downloadslackbuilds-44d16961aeb7e9041724e55b8f19865c83aae060.tar.gz
office/calibre-bin: Updated for version 6.1.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--office/calibre-bin/calibre-bin.SlackBuild5
-rw-r--r--office/calibre-bin/calibre-bin.info10
2 files changed, 8 insertions, 7 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild
index 28a36fdc4e..1f0f198786 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:-5.44.0}
+VERSION=${VERSION:-6.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -35,7 +35,8 @@ if [ -z "$ARCH" ]; then
fi
case "$ARCH" in
- i?86) ARCH=i686 ;;
+ i?86) echo "Support for 32bit CPUs has been dropped because Qt 6 does not support them"
+ exit 1 ;;
arm*) ARCH=arm ;;
esac
diff --git a/office/calibre-bin/calibre-bin.info b/office/calibre-bin/calibre-bin.info
index 7f38fe4000..58b3549681 100644
--- a/office/calibre-bin/calibre-bin.info
+++ b/office/calibre-bin/calibre-bin.info
@@ -1,10 +1,10 @@
PRGNAM="calibre-bin"
-VERSION="5.44.0"
+VERSION="6.1.0"
HOMEPAGE="https://calibre-ebook.com"
-DOWNLOAD="https://download.calibre-ebook.com/5.44.0/calibre-5.44.0-i686.txz"
-MD5SUM="7b014ac6ee6b02e9ff0b27f1d51aa62d"
-DOWNLOAD_x86_64="https://download.calibre-ebook.com/5.44.0/calibre-5.44.0-x86_64.txz"
-MD5SUM_x86_64="8c1ddbf55c658174e08d0d4529949d22"
+DOWNLOAD="UNSUPPORTED"
+MD5SUM=""
+DOWNLOAD_x86_64="https://download.calibre-ebook.com/6.1.0/calibre-6.1.0-x86_64.txz"
+MD5SUM_x86_64="7bd6e3deea61206c6abdd3da90b701d3"
REQUIRES=""
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"