summaryrefslogtreecommitdiff
path: root/gnuplot
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-10-11 16:57:52 +0200
committerJuergen Daubert <jue@jue.li>2012-10-11 16:57:52 +0200
commit4b1dda9a6f42e9e88ac77313d7980a71dd2c73b7 (patch)
tree62ec69c33ad3306b4700906d67a993c4e5d81e29 /gnuplot
parent669a47159e53f0131da341efe0db5a65f18c1d85 (diff)
downloadopt-4b1dda9a6f42e9e88ac77313d7980a71dd2c73b7.tar.gz
opt-4b1dda9a6f42e9e88ac77313d7980a71dd2c73b7.tar.xz
gnuplot: update to 4.6.1
Diffstat (limited to 'gnuplot')
-rw-r--r--gnuplot/.md5sum2
-rw-r--r--gnuplot/Pkgfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/gnuplot/.md5sum b/gnuplot/.md5sum
index 9038c23a0..2625af4c7 100644
--- a/gnuplot/.md5sum
+++ b/gnuplot/.md5sum
@@ -1 +1 @@
-8e6e92b4596ea0eb75e16a57fc79efec gnuplot-4.6.0.tar.gz
+4c9a06461f402482c30cf94e267eb877 gnuplot-4.6.1.tar.gz
diff --git a/gnuplot/Pkgfile b/gnuplot/Pkgfile
index 6a9bb3819..545c8ef11 100644
--- a/gnuplot/Pkgfile
+++ b/gnuplot/Pkgfile
@@ -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
}

Generated by cgit