libraries/matplotlib: Updated for version 1.1.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Serban Udrea 2012-09-13 20:51:30 -05:00 committed by Robby Workman
parent 49b087e652
commit c82faaa85e
2 changed files with 7 additions and 7 deletions

View file

@ -5,14 +5,14 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
# Updated to 0.99.1.2 by João Felipe Santos <joao.eel@gmail.com>
# Patch for libpng borrowed from Arch Linux
# Updated for version 1.1.0 by Serban Udrea <S.Udrea@gsi.de>
# Updated up to version 1.1.1 by Serban Udrea <S.Udrea@gsi.de>
PRGNAM=matplotlib
VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
TARBALL_VERSION=1.1.0 # Tarball sometimes has a wrong version number
TARBALL_VERSION=1.1.1 # Tarball sometimes has a wrong version number
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View file

@ -1,8 +1,8 @@
PRGNAM="matplotlib"
VERSION="1.1.0"
VERSION="1.1.1"
HOMEPAGE="http://matplotlib.sourceforge.net/"
DOWNLOAD="http://kent.dl.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.1.0/matplotlib-1.1.0.tar.gz"
MD5SUM="57a627f30b3b27821f808659889514c2"
DOWNLOAD="http://downloads.sourceforge.net/matplotlib/matplotlib-1.1.1.tar.gz"
MD5SUM="8cbeaae8ba9da703d926e74c3e7c8a57"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy python-dateutil pytz"