gnuplot: update to 4.6.1

This commit is contained in:
Juergen Daubert 2012-10-11 16:57:52 +02:00
parent 669a47159e
commit 4b1dda9a6f
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
8e6e92b4596ea0eb75e16a57fc79efec gnuplot-4.6.0.tar.gz
4c9a06461f402482c30cf94e267eb877 gnuplot-4.6.1.tar.gz

View File

@ -5,7 +5,7 @@
# Depends on: libgd pango
name=gnuplot
version=4.6.0
version=4.6.1
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
@ -18,5 +18,5 @@ build() {
--without-wxwidgets
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
rm -rf $PKG/usr/share/info
}