diff options
author | Serban Udrea <s.udrea@gsi.de> | 2014-12-07 00:53:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-07 00:53:18 +0700 |
commit | b6d95b138731ff0d53682b4877eb80f338100af1 (patch) | |
tree | 0dd24932f22cfca8d891518a41ebb2e31eb5629f /libraries/matplotlib/matplotlib.SlackBuild | |
parent | 50da1beac18895c493f44554b475aa00942cf631 (diff) |
libraries/matplotlib: Updated for version 1.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/matplotlib/matplotlib.SlackBuild')
-rw-r--r-- | libraries/matplotlib/matplotlib.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/matplotlib/matplotlib.SlackBuild b/libraries/matplotlib/matplotlib.SlackBuild index b1490276e99a..d50fcb6e1b5e 100644 --- a/libraries/matplotlib/matplotlib.SlackBuild +++ b/libraries/matplotlib/matplotlib.SlackBuild @@ -8,11 +8,11 @@ # Updated up to version 1.4.1 by Serban Udrea <S.Udrea@gsi.de> PRGNAM=matplotlib -VERSION=${VERSION:-1.4.1} +VERSION=${VERSION:-1.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -TARBALL_VERSION=1.4.1 # Tarball sometimes has a wrong version number +TARBALL_VERSION=1.4.2 # Tarball sometimes has a wrong version number DISABLE_TESTS=${DISABLE_TESTS:-Y} DISABLE_TK_TESTS=${DISABLE_TK_TESTS:-Y} |