summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/extra-testing/gnuplot/PKGBUILD6
-rw-r--r--abs/extra-testing/graphload/PKGBUILD2
2 files changed, 4 insertions, 4 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
diff --git a/abs/extra-testing/graphload/PKGBUILD b/abs/extra-testing/graphload/PKGBUILD
index fb73fc1..4fa0e66 100644
--- a/abs/extra-testing/graphload/PKGBUILD
+++ b/abs/extra-testing/graphload/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=graphload
pkgver=1
pkgrel=1
pkgdesc="command to graph the total CPU utilization for N-core systems for a given interval"
-depends=('gnuplot>=4.2.0')
+depends=('gnuplot>=4.0.0')
license='GPLv2'
arch=('i686')