diff options
author | Bob Igo <bob@stormlogic.com> | 2009-07-28 18:55:08 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-07-28 18:55:08 (GMT) |
commit | 1233da3e8ab22ef12722caa102255e9905ce2fc4 (patch) | |
tree | 05272573a780415543f088924343e016a14cb917 /abs/extra-testing/gnuplot | |
parent | 6b6568b3395d069818ab71a9c55f6e92300e4751 (diff) | |
download | linhes_pkgbuild-1233da3e8ab22ef12722caa102255e9905ce2fc4.zip linhes_pkgbuild-1233da3e8ab22ef12722caa102255e9905ce2fc4.tar.gz linhes_pkgbuild-1233da3e8ab22ef12722caa102255e9905ce2fc4.tar.bz2 |
Had to drop down to gnuplot 4.0.0 because of libjpeg dependencies
Diffstat (limited to 'abs/extra-testing/gnuplot')
-rw-r--r-- | abs/extra-testing/gnuplot/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra-testing/gnuplot/PKGBUILD b/abs/extra-testing/gnuplot/PKGBUILD index 34d32ac..24a801a 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.0 +pkgver=4.0.0 pkgrel=1 pkgdesc="Command-line driven interactive data and function plotting utility" url="http://www.gnuplot.info" @@ -11,8 +11,8 @@ depends=('gd>=2.0.29' 'wxgtk') makedepends=('texinfo') license='custom' arch=('i686') -source=(http://download.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=(f688a578ddb4c376fd7d91ce444a0745) +source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) +md5sums=(66258443d9f93cc4f46b147dac33e63a) build() { cd $startdir/src/$pkgname-$pkgver |