summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-05-01 12:36:19 +0000
committer Eric Hameleers <alien@slackware.com>2012-05-01 12:36:19 +0000
commit1de44c7f64beba01e2163591dcfb112b2c700e7b (patch)
tree4f4a2be59673009687e4a74eff21983514f0aada /calibre
parente798dbf699dce538bde84a6f67c58d0bb656a155 (diff)
downloadasb-1de44c7f64beba01e2163591dcfb112b2c700e7b.tar.gz
asb-1de44c7f64beba01e2163591dcfb112b2c700e7b.tar.xz
Update several internal libraries
Diffstat (limited to 'calibre')
-rwxr-xr-xcalibre/build/calibre.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/calibre/build/calibre.SlackBuild b/calibre/build/calibre.SlackBuild
index a717f021..e5b44aee 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -128,6 +128,9 @@
# * Update.
# 0.8.49-1: 27/apr/2012 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.8.49-2: 01/may/2012 by Eric Hameleers <alien@slackware.com>
+# * Update several internal libraries. Especially cssutils needed
+# an update in order to fix the broken format conversion.
#
# Run 'sh calibre.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -139,7 +142,7 @@
PRGNAM=calibre
VERSION=${VERSION:-0.8.49}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}