diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-05-17 12:29:42 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-18 00:29:16 -0500 |
commit | b48d58a48f3643cd4243452530bb843b7cc49039 (patch) | |
tree | cbebae91337cd3da80d01b5a19eb0fd0e01aff1a /academic/matplotlib | |
parent | 67cd6b5ccbf103a66854e1c0176027d8c98435db (diff) | |
download | slackbuilds-b48d58a48f3643cd4243452530bb843b7cc49039.tar.gz |
academic: nitpicks with ordering of .info file values
Yes, I'm being picky, but I prefer that the order be like this:
DOWNLOAD
MD5SUM
DOWNLOAD_x86_64
MD5SUM_x86_64
Diffstat (limited to 'academic/matplotlib')
-rw-r--r-- | academic/matplotlib/matplotlib.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/matplotlib/matplotlib.info b/academic/matplotlib/matplotlib.info index 16ac99816a..b074b5da66 100644 --- a/academic/matplotlib/matplotlib.info +++ b/academic/matplotlib/matplotlib.info @@ -2,8 +2,8 @@ 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" +DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Aleksandar Samardzic" EMAIL="asamardzic@gmail.com" |