git » gnuplot.git » commit 85575ca

upstream release

author Bartłomiej Piotrowski
2013-07-31 15:21:10 UTC
committer Bartłomiej Piotrowski
2013-07-31 15:21:10 UTC
parent 93cca7ff90918d68d159d60616aae5331d9592cd

upstream release

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index f895dee..b666538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
 
 pkgname=gnuplot
-pkgver=4.6.2
-pkgrel=3
+pkgver=4.6.3
+pkgrel=1
 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" 
 arch=('i686' 'x86_64') 
 url="http://www.gnuplot.info" 
@@ -15,7 +15,7 @@ options=('!makeflags')
 install=gnuplot.install 
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" 
         gnuplot-doc2texi-el.patch)
-sha1sums=('88748d4bc9bd41ba8a267a35b6e5b7427cd997cd'
+sha1sums=('f01e417dc9504a05fd5cc2595b05ccb58bcea5b2'
           '46f381fafa2f6c6e3bfefa1e7b999729e260a2e8')
 
 build() {