git » gnuplot.git » commit 313daf0

Update to 5.4.0

author Antonio Rojas
2020-07-19 09:40:11 UTC
committer Antonio Rojas
2020-07-19 09:40:11 UTC
parent c80a315c8bce35d307d94800702b7f2fa001f2bc

Update to 5.4.0

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index 76c134e..f7e5bfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
 
 pkgname=gnuplot
-pkgver=5.2.8
-pkgrel=3
+pkgver=5.4.0
+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' 'libcerf') 
+depends=('readline' 'gd' 'wxgtk3' '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=('dc018b1e0a31b770d4635958badff13498babc4d'
+sha1sums=('b4660dff7d047a453c55fd77faba11f63bb2d5ed'
           '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
 
 prepare() {
@@ -32,7 +32,7 @@ prepare() {
 build() {
   cd ${pkgname}-${pkgver}
 
-  MAKEINFO=/usr/bin/makeinfo  WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
+  MAKEINFO=/usr/bin/makeinfo WX_CONFIG=/usr/bin/wx-config-gtk3 ./configure --prefix=/usr \
               --libexecdir=/usr/bin \
               --with-gihdir=/usr/share/gnuplot \
               --with-readline=gnu \