summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/gnuplot/PKGBUILD
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-07-17 00:23:17 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-07-17 00:23:17 (GMT)
commit3698a81e6ee0eabe93b63fedd2dfb48221550cb9 (patch)
tree51e7bdbef57db2f016676e14e75e2b5054915e6b /abs/extra-testing/gnuplot/PKGBUILD
parentea8f9923508362976145b69188dadf38ff2d3cd5 (diff)
downloadlinhes_pkgbuild-3698a81e6ee0eabe93b63fedd2dfb48221550cb9.zip
linhes_pkgbuild-3698a81e6ee0eabe93b63fedd2dfb48221550cb9.tar.gz
linhes_pkgbuild-3698a81e6ee0eabe93b63fedd2dfb48221550cb9.tar.bz2
gnuplot: update to 4.4.0 ref 647
Diffstat (limited to 'abs/extra-testing/gnuplot/PKGBUILD')
-rw-r--r--abs/extra-testing/gnuplot/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/gnuplot/PKGBUILD b/abs/extra-testing/gnuplot/PKGBUILD
index ec372f0..3b04bde 100644
--- a/abs/extra-testing/gnuplot/PKGBUILD
+++ b/abs/extra-testing/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')