git » gnuplot.git » commit f7c4cc4

Update to 5.0.4

author Antonio Rojas
2016-08-03 11:43:51 UTC
committer Antonio Rojas
2016-08-03 11:43:51 UTC
parent 70123b56afab45190c92e8ec5206bbc9ce5e272c

Update to 5.0.4

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index b64bf7c..2603102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
 
 pkgname=gnuplot
-pkgver=5.0.3
-pkgrel=2
+pkgver=5.0.4
+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"
         "lua53_compat.patch")
-sha1sums=('7ec8b4221ee5406f1beeac4f9db794acb501dc2b'
+sha1sums=('3a616a1beca8e86662afcc9d368aad6847ed4e0f'
           '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
 
 prepare() {