author | Eric Bélanger
<eric@archlinux.org> 2009-07-02 03:58:26 UTC |
committer | Eric Bélanger
<eric@archlinux.org> 2009-07-02 03:58:26 UTC |
parent | a4357fcc93681b70e1b3096d238f507305f68e8f |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 1f5d84b..eafaab3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,12 +4,12 @@ pkgname=gnuplot pkgver=4.2.5 -pkgrel=2 +pkgrel=3 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" arch=('i686' 'x86_64') url="http://www.gnuplot.info" license=('custom') -depends=('readline>=6.0.00' 'gd' 'wxgtk' 'cairo') +depends=('readline>=6.0.00' 'gd' 'wxgtk' 'cairo' 'libjpeg>=7') makedepends=('texinfo' 'emacs') install=gnuplot.install source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")