summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/gnuplot/PKGBUILD
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-07-29 18:26:16 (GMT)
committerBob Igo <bob@stormlogic.com>2009-07-29 18:26:16 (GMT)
commit9377977d66348b665488e660bfcdefcbd9dedc03 (patch)
tree697c8253b270efa50d3a113ef8c88970015971f5 /abs/extra-testing/gnuplot/PKGBUILD
parent6ad014b48c55fd178f31546fc47d63d481ed2057 (diff)
downloadlinhes_pkgbuild-9377977d66348b665488e660bfcdefcbd9dedc03.zip
linhes_pkgbuild-9377977d66348b665488e660bfcdefcbd9dedc03.tar.gz
linhes_pkgbuild-9377977d66348b665488e660bfcdefcbd9dedc03.tar.bz2
now that libjpeg is updated, we can use the latest gnuplot version
Diffstat (limited to 'abs/extra-testing/gnuplot/PKGBUILD')
-rw-r--r--abs/extra-testing/gnuplot/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra-testing/gnuplot/PKGBUILD b/abs/extra-testing/gnuplot/PKGBUILD
index 24a801a..ec372f0 100644
--- a/abs/extra-testing/gnuplot/PKGBUILD
+++ b/abs/extra-testing/gnuplot/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: Niklas Volbers <mithrandir42@web.de>
pkgname=gnuplot
-pkgver=4.0.0
+pkgver=4.2.5
pkgrel=1
pkgdesc="Command-line driven interactive data and function plotting utility"
url="http://www.gnuplot.info"
-depends=('gd>=2.0.29' 'wxgtk')
+depends=('gd>=2.0.29' 'wxgtk' 'libjpeg>=7')
makedepends=('texinfo')
license='custom'
arch=('i686')
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=(66258443d9f93cc4f46b147dac33e63a)
+md5sums=(85d042f8efd7aae3d9cbfd85b14d06d2)
build() {
cd $startdir/src/$pkgname-$pkgver