[arch-commits] Commit in gnuplot/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Fri Jun 19 00:54:54 UTC 2009
Date: Thursday, June 18, 2009 @ 20:54:54
Author: eric
Revision: 42925
upgpkg: gnuplot 4.2.5-2
Rebuilt against readline 6.0.00
Modified:
gnuplot/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-18 23:01:59 UTC (rev 42924)
+++ PKGBUILD 2009-06-19 00:54:54 UTC (rev 42925)
@@ -5,15 +5,16 @@
pkgname=gnuplot
pkgver=4.2.5
-pkgrel=1
+pkgrel=2
pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others"
arch=('i686' 'x86_64')
url="http://www.gnuplot.info"
license=('custom')
-depends=('gd' 'wxgtk' 'cairo')
+depends=('readline>=6.0.00' 'gd' 'wxgtk' 'cairo')
makedepends=('texinfo' 'emacs')
install=gnuplot.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('85d042f8efd7aae3d9cbfd85b14d06d2')
build() {
cd $srcdir/$pkgname-$pkgver
More information about the arch-commits
mailing list