diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-30 07:05:43 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-30 07:05:43 (GMT) |
commit | 6cc75f757054a81859b764846d1bf7a4271d26a7 (patch) | |
tree | 04d35413cd533d42308fb8ec4c9d76199424c1a2 /abs | |
parent | 119aa3f8720b900c1ac605a0daa43a2dd14b8b79 (diff) | |
parent | 1d5f046165432186448fff1f852800bbd21c4f05 (diff) | |
download | linhes_pkgbuild-6cc75f757054a81859b764846d1bf7a4271d26a7.zip linhes_pkgbuild-6cc75f757054a81859b764846d1bf7a4271d26a7.tar.gz linhes_pkgbuild-6cc75f757054a81859b764846d1bf7a4271d26a7.tar.bz2 |
Merge branch 'master' of ssh://gregfrost@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/tweaker/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/extra-testing/gnuplot/PKGBUILD | 6 | ||||
-rw-r--r-- | abs/extra-testing/graphload/PKGBUILD | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/abs/core-testing/tweaker/PKGBUILD b/abs/core-testing/tweaker/PKGBUILD index 67bfb3d..43ca495 100644 --- a/abs/core-testing/tweaker/PKGBUILD +++ b/abs/core-testing/tweaker/PKGBUILD @@ -1,6 +1,6 @@ pkgname=tweaker pkgver=1 -pkgrel=46 +pkgrel=48 pkgdesc="applies tweaks to the baseline configuration and attempts to optimize settings for the hardware it finds" arch=('i686' 'x86_64') 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 diff --git a/abs/extra-testing/graphload/PKGBUILD b/abs/extra-testing/graphload/PKGBUILD index 4fa0e66..6af2f95 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.0.0') +depends=('gnuplot>=4.2.5') license='GPLv2' arch=('i686') |