diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2022-11-05 04:08:03 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:10 +0700 |
commit | ffb6b3d068792c6f51051fa18ee09596cb5ef484 (patch) | |
tree | 281f0cd90694eb9b342d323e5718c820875c61c4 /development/python3-matplotlib/python3-matplotlib.SlackBuild | |
parent | b9e67970f604db3d6d267a96a1d96a6e904e6398 (diff) |
development/python3-matplotlib: Update REQUIRES for python3-numpy.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/python3-matplotlib/python3-matplotlib.SlackBuild')
-rw-r--r-- | development/python3-matplotlib/python3-matplotlib.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/python3-matplotlib/python3-matplotlib.SlackBuild b/development/python3-matplotlib/python3-matplotlib.SlackBuild index 419a58e216dbd..64deda9acc714 100644 --- a/development/python3-matplotlib/python3-matplotlib.SlackBuild +++ b/development/python3-matplotlib/python3-matplotlib.SlackBuild @@ -36,7 +36,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-matplotlib SRCNAM=matplotlib VERSION=${VERSION:-3.4.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |