From bc01f5f95a2ffc610666f751537671c8f8cac88d Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Fri, 29 Jul 2016 19:14:42 -0700 Subject: python/python-libnacl: Updated for version 1.4.5 Signed-off-by: Larry Hajali --- python/python-libnacl/python-libnacl.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/python-libnacl/python-libnacl.SlackBuild') diff --git a/python/python-libnacl/python-libnacl.SlackBuild b/python/python-libnacl/python-libnacl.SlackBuild index 9d8bf85b81..8243e8ee22 100644 --- a/python/python-libnacl/python-libnacl.SlackBuild +++ b/python/python-libnacl/python-libnacl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-libnacl -# Copyright 2014-2015 Larry Hajali +# Copyright 2014-2016 Larry Hajali # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-libnacl SRCNAM=libnacl -VERSION=${VERSION:-1.4.3} +VERSION=${VERSION:-1.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,6 +72,7 @@ find -L . \ python setup.py install --root=$PKG +# Install python3 binding. Default is no. if [ "${PYTHON3:-no}" == "yes" ]; then python3 setup.py install --root=$PKG fi -- cgit v1.2.3