summaryrefslogtreecommitdiffstats
path: root/calibre/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-05-23 19:12:49 +0000
committer Eric Hameleers <alien@slackware.com>2018-05-23 19:12:49 +0000
commit1712b9f6c58dc5ee09056529e89502edeff77060 (patch)
tree84034cf3deec4151bf1e6fcfa8256fc4a83b64f6 /calibre/build
parent8f26232b4a4f5e2c9a0ec19c38a319f5e976c874 (diff)
downloadasb-1712b9f6c58dc5ee09056529e89502edeff77060.tar.gz
asb-1712b9f6c58dc5ee09056529e89502edeff77060.tar.xz
calibre: rebuilt against new poppler in -current
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 9a362d44..382302bb 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -97,6 +97,8 @@
# * Update.
# 3.23.0-1: 06/may/2017 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.23.0-2: 23/may/2017 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt for new poppler in -current.
#
# Run 'sh calibre.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -107,7 +109,7 @@
PRGNAM=calibre
SRCNAM=calibre
VERSION=${VERSION:-3.23.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}