diff options
Diffstat (limited to 'python/python-dateutil/python-dateutil.SlackBuild')
-rw-r--r-- | python/python-dateutil/python-dateutil.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-dateutil/python-dateutil.SlackBuild b/python/python-dateutil/python-dateutil.SlackBuild index 29833449ff34e..3ff9e9b1eef29 100644 --- a/python/python-dateutil/python-dateutil.SlackBuild +++ b/python/python-dateutil/python-dateutil.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-dateutil -# Copyright 2012-2015 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2016 Larry Hajali <larryhaja[at]gmail[dot]com> # 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-dateutil -VERSION=${VERSION:-2.4.2} +VERSION=${VERSION:-2.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,7 +56,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Fix end-of-line encoding. -for i in NEWS PKG-INFO python_dateutil.egg-info/{zip-safe,PKG-INFO}; do +for i in NEWS; do sed -e 's/\r//' $i > ${i}.new touch -r $i ${i}.new mv ${i}.new $i |