summaryrefslogtreecommitdiffstats
path: root/python-poppler-qt5
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-05-09 17:55:31 +0000
committer Eric Hameleers <alien@slackware.com>2022-05-09 17:55:31 +0000
commit859556cb5dfebed7f2e6f560339cda18a848f9f7 (patch)
tree1fbf972adbc51df11dd8fa2e972f2c46a22916c8 /python-poppler-qt5
parentf0a2c933cc6d7f7a19cc8139a1481134a5ac43a8 (diff)
downloadasb-859556cb5dfebed7f2e6f560339cda18a848f9f7.tar.gz
asb-859556cb5dfebed7f2e6f560339cda18a848f9f7.tar.xz
python-poppler-qt5: updated to 21.3.0
Diffstat (limited to 'python-poppler-qt5')
-rwxr-xr-xpython-poppler-qt5/build/python-poppler-qt5.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/python-poppler-qt5/build/python-poppler-qt5.SlackBuild b/python-poppler-qt5/build/python-poppler-qt5.SlackBuild
index dc6db86c..99490a3b 100755
--- a/python-poppler-qt5/build/python-poppler-qt5.SlackBuild
+++ b/python-poppler-qt5/build/python-poppler-qt5.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2021 Eric Hameleers, Eindhoven, NL
+# Copyright 2021, 2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -37,6 +37,8 @@
# * Rebuilt against Python 3.10 in -current.
# 21.1.0-3: 05/nov/2021 by Eric Hameleers <alien@slackware.com>
# * Rebuilt against Python 3.9 in -current.
+# 21.3.0-1: 09/may/2022 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh python-poppler-qt5.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -45,7 +47,7 @@
# -----------------------------------------------------------------------------
PRGNAM=python-poppler-qt5
-VERSION=${VERSION:-21.1.0}
+VERSION=${VERSION:-21.3.0}
BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}