summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-12-27 14:47:32 +0000
committer Eric Hameleers <alien@slackware.com>2016-12-27 14:47:32 +0000
commitda360c81d78226b293323655769d41ca863f525e (patch)
treef14376ec64e04990316fa6ab96eaa861e0213d98 /calibre
parentb11dd3abe1a13231e8c0fb18dd565c7888f26ca3 (diff)
downloadasb-da360c81d78226b293323655769d41ca863f525e.tar.gz
asb-da360c81d78226b293323655769d41ca863f525e.tar.xz
calibre: updated to 2.75.1
Diffstat (limited to 'calibre')
-rwxr-xr-xcalibre/build/calibre.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/calibre/build/calibre.SlackBuild b/calibre/build/calibre.SlackBuild
index 6b26cf79..2d8aeabf 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -73,6 +73,8 @@
# * Update.
# 2.71.0-1: 07/nov/2016 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.75.1-1: 27/dec/2016 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh calibre.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -81,7 +83,7 @@
# -----------------------------------------------------------------------------
PRGNAM=calibre
-VERSION=${VERSION:-2.71.0}
+VERSION=${VERSION:-2.75.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j4 "}
TAG=${TAG:-alien}
@@ -94,7 +96,7 @@ SLACKVER=${SLACKVER:-$(cat /etc/slackware-version |cut -d' ' -f2)}
REQUIRED_QT="5.3.2"
# Only used in case we need to build our own Qt:
-INT_QT=5.5.1
+INT_QT=5.7.1
REQUIRED_MTP="1.1.5"