aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--academic/matplotlib/matplotlib.SlackBuild2
-rw-r--r--academic/matplotlib/matplotlib.info2
2 files changed, 3 insertions, 1 deletions
diff --git a/academic/matplotlib/matplotlib.SlackBuild b/academic/matplotlib/matplotlib.SlackBuild
index de3c3582b234..08530e3e923d 100644
--- a/academic/matplotlib/matplotlib.SlackBuild
+++ b/academic/matplotlib/matplotlib.SlackBuild
@@ -49,4 +49,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/academic/matplotlib/matplotlib.info b/academic/matplotlib/matplotlib.info
index 957b2dec8476..16ac99816ad1 100644
--- a/academic/matplotlib/matplotlib.info
+++ b/academic/matplotlib/matplotlib.info
@@ -2,7 +2,9 @@ PRGNAM="matplotlib"
VERSION="0.98.5.2"
HOMEPAGE="http://matplotlib.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/matplotlib/matplotlib-0.98.5.2.tar.gz"
+DOWNLOAD_x86_64=""
MD5SUM="3e8210ec8bb71a18962ec8b43688509c"
+MD5SUM_x86_64=""
MAINTAINER="Aleksandar Samardzic"
EMAIL="asamardzic@gmail.com"
APPROVED="rworkman"