From 5ddd8e933e653f054a154e66d367360ef6fce9a7 Mon Sep 17 00:00:00 2001 From: Leo C Date: Wed, 8 Jan 2020 05:13:12 +0700 Subject: python/python-iso3166: Updated for version 1.0.1. Signed-off-by: Willy Sudiarto Raharjo --- python/python-iso3166/python-iso3166.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/python-iso3166/python-iso3166.SlackBuild') diff --git a/python/python-iso3166/python-iso3166.SlackBuild b/python/python-iso3166/python-iso3166.SlackBuild index 418a1a900a..aee2a913c6 100644 --- a/python/python-iso3166/python-iso3166.SlackBuild +++ b/python/python-iso3166/python-iso3166.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-iso3166 -# Copyright 2019 Leonardo Citrolo, Italy +# Copyright 2019-2020 Leonardo Citrolo, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-iso3166 -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ find -L . \ python setup.py install --root=$PKG -# Python 3 support +# Python 3 support. if $(python3 -c 'import sys' 2>/dev/null); then python3 setup.py install --root=$PKG fi -- cgit v1.2.3