summaryrefslogtreecommitdiffstats
path: root/python/python-djvulibre
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-djvulibre')
-rw-r--r--python/python-djvulibre/python-djvulibre.SlackBuild13
-rw-r--r--python/python-djvulibre/python-djvulibre.info6
2 files changed, 15 insertions, 4 deletions
diff --git a/python/python-djvulibre/python-djvulibre.SlackBuild b/python/python-djvulibre/python-djvulibre.SlackBuild
index 5e448ef998..64c468f29f 100644
--- a/python/python-djvulibre/python-djvulibre.SlackBuild
+++ b/python/python-djvulibre/python-djvulibre.SlackBuild
@@ -6,6 +6,17 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20240816 bkw: Note to self:
+# https://github.com/FriedrichFroebel/python-djvulibre/ has a version
+# 0.9.0 of this, which is shipped by a few distros. However, we cannot
+# upgrade to this version, because it drops python 2 support. The only
+# reason python-djvulibre is in our repo is because it's a dep of
+# djvusmooth, which is in python 2.
+# This build should probably be split into python2- and python3-, but
+# we don't even need the python3- one (yet?)
+
+# 20230108 bkw: update for v0.8.8.
+
# 20211205 bkw:
# - update for v0.8.7.
# - rename back to python-djvulibre, because:
@@ -14,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-djvulibre
-VERSION=${VERSION:-0.8.7}
+VERSION=${VERSION:-0.8.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python-djvulibre/python-djvulibre.info b/python/python-djvulibre/python-djvulibre.info
index 758aade980..401bf7f761 100644
--- a/python/python-djvulibre/python-djvulibre.info
+++ b/python/python-djvulibre/python-djvulibre.info
@@ -1,8 +1,8 @@
PRGNAM="python-djvulibre"
-VERSION="0.8.7"
+VERSION="0.8.8"
HOMEPAGE="http://jwilk.net/software/python-djvulibre"
-DOWNLOAD="https://github.com/jwilk/python-djvulibre/archive/0.8.7/python-djvulibre-0.8.7.tar.gz"
-MD5SUM="55b10b0de9de627905e042943c5403a2"
+DOWNLOAD="https://github.com/jwilk/python-djvulibre/archive/0.8.8/python-djvulibre-0.8.8.tar.gz"
+MD5SUM="e5471cd24d5aa987945d836b55ed34d7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""