diff options
Diffstat (limited to 'python/cssselect/cssselect.SlackBuild')
-rw-r--r-- | python/cssselect/cssselect.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/cssselect/cssselect.SlackBuild b/python/cssselect/cssselect.SlackBuild index 0f0749f45835b..d46fb2c96fd42 100644 --- a/python/cssselect/cssselect.SlackBuild +++ b/python/cssselect/cssselect.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cssselect -# Copyright 2012-2016 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2017 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cssselect -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac |