diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-08 11:30:39 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-08 11:30:39 -0300 |
commit | 0f0bf3b7f0398f0882fa5b7cc3534180cabd9318 (patch) | |
tree | 968fcbe1bf470403a1ef1f4c261c0f1e8cf6b022 /extra/gnuplot/PKGBUILD | |
parent | e17d7021b82d5a27e1a236d14dd7a8567669e273 (diff) | |
parent | fe6dc99352fe2b801d251e55b2b8baa71441908e (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/fyre/PKGBUILD
extra/gnet/PKGBUILD
extra/kdeedu/PKGBUILD
extra/mhash/PKGBUILD
extra/rxvt-unicode/PKGBUILD
Diffstat (limited to 'extra/gnuplot/PKGBUILD')
-rw-r--r-- | extra/gnuplot/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/gnuplot/PKGBUILD b/extra/gnuplot/PKGBUILD index 1d4568339..9f5b437c4 100644 --- a/extra/gnuplot/PKGBUILD +++ b/extra/gnuplot/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 94793 2010-10-11 09:23:28Z ronald $ +# $Id: PKGBUILD 122810 2011-05-06 10:03:29Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: damir <damir@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=gnuplot -pkgver=4.4.2 -pkgrel=2 +pkgver=4.4.3 +pkgrel=1 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" arch=('i686' 'x86_64' 'mips64el') url="http://www.gnuplot.info" license=('custom') -depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg') -makedepends=('texinfo' 'emacs' 'texlive-core') +depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') +makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra') install=gnuplot.install source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('a4f0dd89f9b9334890464f687ddd9f50') +sha1sums=('a4d315b9288739e3cbaa04d8ddda7861b4009bd4') build() { cd $srcdir/$pkgname-$pkgver |