summaryrefslogtreecommitdiffstats
path: root/abs/extra/gnuplot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/gnuplot/PKGBUILD')
-rw-r--r--abs/extra/gnuplot/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/gnuplot/PKGBUILD b/abs/extra/gnuplot/PKGBUILD
index ec372f0..3b04bde 100644
--- a/abs/extra/gnuplot/PKGBUILD
+++ b/abs/extra/gnuplot/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Niklas Volbers <mithrandir42@web.de>
pkgname=gnuplot
-pkgver=4.2.5
+pkgver=4.4.0
pkgrel=1
pkgdesc="Command-line driven interactive data and function plotting utility"
url="http://www.gnuplot.info"
@@ -12,7 +12,6 @@ makedepends=('texinfo')
license='custom'
arch=('i686')
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=(85d042f8efd7aae3d9cbfd85b14d06d2)
build() {
cd $startdir/src/$pkgname-$pkgver
@@ -32,3 +31,4 @@ build() {
install -D $startdir/src/$pkgname-$pkgver/Copyright $startdir/pkg/usr/share/licenses/custom/gnuplot/Copyright
}
+md5sums=('e708665bd512153ad5c35252fe499059')