summaryrefslogtreecommitdiffstats
path: root/python/alabaster/alabaster.SlackBuild
diff options
context:
space:
mode:
author Nikos Giotis2020-05-22 15:22:40 +0200
committer Willy Sudiarto Raharjo2020-05-23 04:31:58 +0200
commit4f542b770578e0c28bee1762b3e3f88f228b3e16 (patch)
tree508117a518f40bbb92b3ff6912be7eadb3618ba8 /python/alabaster/alabaster.SlackBuild
parent0816bddf8138f714828cd8560cf47c728ca56b80 (diff)
downloadslackbuilds-4f542b770578e0c28bee1762b3e3f88f228b3e16.tar.gz
python/alabaster: Updated for version 0.7.12.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/alabaster/alabaster.SlackBuild')
-rw-r--r--python/alabaster/alabaster.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/alabaster/alabaster.SlackBuild b/python/alabaster/alabaster.SlackBuild
index 14609215fc..51dc51a7a3 100644
--- a/python/alabaster/alabaster.SlackBuild
+++ b/python/alabaster/alabaster.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=alabaster
-VERSION=${VERSION:-0.7.10}
+VERSION=${VERSION:-0.7.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,7 +71,7 @@ find -L . \
python setup.py install --root=$PKG
-if $(python3 -c 'import sys' 2>/dev/null); then
+if python3 -c 'import sys' 2>/dev/null; then
python3 setup.py install --root=$PKG
fi