diff options
author | LukenShiro <lukenshiro@ngi.it> | 2015-11-09 18:07:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-09 18:07:45 +0700 |
commit | d48c6ae03de44bd673b504246928ba8d305b92de (patch) | |
tree | 725dafe1eb7edc14a70b1075ccff94e8ab8ac3e4 /python/numexpr/numexpr.SlackBuild | |
parent | 07254b8a01cb72da017792a3274e83dded4662b1 (diff) | |
download | slackbuilds-d48c6ae03de44bd673b504246928ba8d305b92de.tar.gz |
python/numexpr: Updated for version 2.4.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/numexpr/numexpr.SlackBuild')
-rw-r--r-- | python/numexpr/numexpr.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/numexpr/numexpr.SlackBuild b/python/numexpr/numexpr.SlackBuild index 3a3b071cca..e843ed707d 100644 --- a/python/numexpr/numexpr.SlackBuild +++ b/python/numexpr/numexpr.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for numexpr -# Copyright 2010-2014 LukenShiro, Italy +# Copyright 2010-2015 LukenShiro, 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=numexpr -VERSION=${VERSION:-2.4} +VERSION=${VERSION:-2.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,7 +54,7 @@ else LIBDIRSUFFIX="" fi -DOCFILES="ANNOUNCE.rst README.rst AUTHORS.txt INSTALL.rst RELEASE_NOTES.rst" +DOCFILES="ANNOUNCE.rst AUTHORS.txt INSTALL.rst LICENSE.txt README.rst RELEASE_NOTES.rst" set -e |