From 48cf80b058735813e2271e54a1e9cfc16752a9a8 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Wed, 11 Jan 2017 12:37:26 -0800 Subject: python/cssselect: Updated for version 1.0.1 Signed-off-by: Larry Hajali --- python/cssselect/cssselect.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/cssselect/cssselect.SlackBuild') diff --git a/python/cssselect/cssselect.SlackBuild b/python/cssselect/cssselect.SlackBuild index 0f0749f458..d46fb2c96f 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 +# Copyright 2012-2017 Larry Hajali # 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 -- cgit v1.2.3