Date: Saturday, January 5, 2019 @ 08:22:35
  Author: arojas
Revision: 342984

Update to 5.2.6, add libcerf support

Modified:
  gnuplot/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-01-05 08:14:15 UTC (rev 342983)
+++ PKGBUILD    2019-01-05 08:22:35 UTC (rev 342984)
@@ -3,17 +3,17 @@
 # Contributor: Tom Newsom <[email protected]>
 
 pkgname=gnuplot
-pkgver=5.2.5
+pkgver=5.2.6
 pkgrel=1
 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
 arch=('x86_64')
 url="http://www.gnuplot.info"; 
 license=('custom') 
-depends=('readline' 'gd' 'wxgtk2' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'gnutls') 
+depends=('readline' 'gd' 'wxgtk2' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'gnutls' 
'libcerf') 
 makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra' 'qt5-tools')
 
source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
         "lua53_compat.patch")
-sha1sums=('6c0e43968ec19f813241b91cbcf15e44f6ad5c73'
+sha1sums=('e39a58addf5d69814cd6631a2aff24c5a5206c05'
           '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
 
 prepare() {

Reply via email to