diff options
author | root <root@rshg054.dnsready.net> | 2012-04-02 00:01:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-02 00:01:14 +0000 |
commit | 8ebbe4e4befac1396a153b356fc9793655dde4ff (patch) | |
tree | b957bcef566f4da47b8d4a406c64837ec6e3b2e7 /extra/gnuplot | |
parent | 939efb693a8b362edc0c6ccba62c5ce54fb501af (diff) |
Mon Apr 2 00:01:14 UTC 2012
Diffstat (limited to 'extra/gnuplot')
-rw-r--r-- | extra/gnuplot/PKGBUILD | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/extra/gnuplot/PKGBUILD b/extra/gnuplot/PKGBUILD index 76ba2047d..e383fb0e7 100644 --- a/extra/gnuplot/PKGBUILD +++ b/extra/gnuplot/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 151647 2012-02-29 10:28:02Z ronald $ +# $Id: PKGBUILD 154928 2012-03-31 08:57:52Z 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.4 -pkgrel=2 +pkgver=4.6.0 +pkgrel=1 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" arch=('i686' 'x86_64') url="http://www.gnuplot.info" @@ -13,17 +13,12 @@ license=('custom') 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" - "lua_tikz.patch") -sha1sums=('d4f143eade1f8d8b27be44cbda431d37a71c6a31' - 'd84518c7e46fc0912554c28ba1fc8cdb70d4ee30') +source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") +sha1sums=('9a43ae13546d97d4b174533ddac31a14e0edc9b2') build() { cd $srcdir/$pkgname-$pkgver - # upstram patch to fix lua/tikz terminal - patch -Np0 -i ${srcdir}/lua_tikz.patch - # fix default source location; use the GDFONTPATH variable to modify at runtime sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' src/variable.c |