diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-01-11 12:37:26 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-15 06:35:29 +0700 |
commit | 48cf80b058735813e2271e54a1e9cfc16752a9a8 (patch) | |
tree | 03fca9ac17742188ccdd8f201f68b271acb581a8 /python/cssselect/cssselect.SlackBuild | |
parent | 18079ad6aac0264ce57ad9be1a2a3847e73be7d0 (diff) | |
download | slackbuilds-48cf80b058735813e2271e54a1e9cfc16752a9a8.tar.gz |
python/cssselect: Updated for version 1.0.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
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 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 <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 |