[arch-commits] Commit in gnuplot/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Nov 6 09:52:14 UTC 2016


    Date: Sunday, November 6, 2016 @ 09:52:13
  Author: arojas
Revision: 279882

Update to 5.0.5

Modified:
  gnuplot/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-06 09:43:28 UTC (rev 279881)
+++ PKGBUILD	2016-11-06 09:52:13 UTC (rev 279882)
@@ -4,18 +4,18 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=gnuplot
-pkgver=5.0.4
-pkgrel=2
+pkgver=5.0.5
+pkgrel=1
 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" 
 arch=('i686' 'x86_64') 
 url="http://www.gnuplot.info" 
 license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 'gnutls') 
-makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'gnutls') 
+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=('3a616a1beca8e86662afcc9d368aad6847ed4e0f'
+sha1sums=('c35f55657fdc33217dd70bbf3148578563ecaad1'
           '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
 
 prepare() {



More information about the arch-commits mailing list