From c82faaa85e26e59137f714d1fe1b8be617f6dea0 Mon Sep 17 00:00:00 2001 From: Serban Udrea Date: Thu, 13 Sep 2012 20:51:30 -0500 Subject: [PATCH] libraries/matplotlib: Updated for version 1.1.1. Signed-off-by: Robby Workman --- libraries/matplotlib/matplotlib.SlackBuild | 8 ++++---- libraries/matplotlib/matplotlib.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libraries/matplotlib/matplotlib.SlackBuild b/libraries/matplotlib/matplotlib.SlackBuild index 517f7f61df..9cf3e170c5 100644 --- a/libraries/matplotlib/matplotlib.SlackBuild +++ b/libraries/matplotlib/matplotlib.SlackBuild @@ -5,14 +5,14 @@ # Written by Aleksandar Samardzic # Updated to 0.99.1.2 by João Felipe Santos # Patch for libpng borrowed from Arch Linux -# Updated for version 1.1.0 by Serban Udrea +# Updated up to version 1.1.1 by Serban Udrea 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 diff --git a/libraries/matplotlib/matplotlib.info b/libraries/matplotlib/matplotlib.info index d8d2d7ec38..3bc8c5d552 100644 --- a/libraries/matplotlib/matplotlib.info +++ b/libraries/matplotlib/matplotlib.info @@ -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"