From 9288f35f29268883df295b8088ff3fec2a67c90c Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 11 Oct 2022 19:12:29 +0000 Subject: calibre: update to 5.44.0 since I need to rebuild the -current package due to incompatible qt5 update. --- calibre/build/calibre.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'calibre/build/calibre.SlackBuild') 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 # * Update. +# 5.44.0-1: 12/oct/2022 by Eric Hameleers +# * 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} -- cgit v1.2.3-65-gdbad