git » gnuplot.git » commit 8277d35

Update to 5.0.6

author Antonio Rojas
2017-03-27 19:53:39 UTC
committer Antonio Rojas
2017-03-27 19:53:39 UTC
parent 54981cf91552fd838660abd8369c0d2cd3373713

Update to 5.0.6

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 9285502..395e2c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
 
 pkgname=gnuplot
-pkgver=5.0.5
-pkgrel=2
+pkgver=5.0.6
+pkgrel=1
 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" 
 arch=('i686' 'x86_64') 
 url="http://www.gnuplot.info" 
@@ -14,7 +14,7 @@ makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra' 'qt5-tools')
 options=('!makeflags')
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
         "lua53_compat.patch")
-sha1sums=('c35f55657fdc33217dd70bbf3148578563ecaad1'
+sha1sums=('f7b8948166b22e5bd658d5cf7579716f4821dba0'
           '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
 
 prepare() {