summaryrefslogtreecommitdiffstats
path: root/calibre/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-10-11 19:12:29 +0000
committer Eric Hameleers <alien@slackware.com>2022-10-11 19:12:29 +0000
commit9288f35f29268883df295b8088ff3fec2a67c90c (patch)
tree9230184114135e0709a0c5c06016a5f81e293608 /calibre/build
parent8760fb249cce5b46379da165db0a26e516c8d08a (diff)
downloadasb-9288f35f29268883df295b8088ff3fec2a67c90c.tar.gz
asb-9288f35f29268883df295b8088ff3fec2a67c90c.tar.xz
calibre: update to 5.44.0 since I need to rebuild the -current package due to incompatible qt5 update.
Diffstat (limited to 'calibre/build')
-rwxr-xr-xcalibre/build/calibre.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/calibre/build/calibre.SlackBuild b/calibre/build/calibre.SlackBuild
index b65c1406..0e02b907 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -133,6 +133,8 @@
# * Update.
# 5.43.0-1: 30/may/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 5.44.0-1: 12/oct/2022 by Eric Hameleers <alien@slackware.com>
+# * Update. Final 5.x release, Calibre 6.x is built on top of Qt6.
#
# Run 'sh calibre.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -142,7 +144,7 @@
PRGNAM=calibre
SRCNAM=calibre
-VERSION=${VERSION:-5.43.0}
+VERSION=${VERSION:-5.44.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}