Date: Saturday, June 1, 2019 @ 10:21:28 Author: arojas Revision: 354665
Update to 5.2.7 Modified: gnuplot/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-01 10:13:30 UTC (rev 354664) +++ PKGBUILD 2019-06-01 10:21:28 UTC (rev 354665) @@ -3,8 +3,8 @@ # Contributor: Tom Newsom <[email protected]> pkgname=gnuplot -pkgver=5.2.6 -pkgrel=3 +pkgver=5.2.7 +pkgrel=1 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" arch=('x86_64') url="http://www.gnuplot.info" @@ -13,7 +13,7 @@ makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra' 'qt5-tools') source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "lua53_compat.patch") -sha1sums=('e39a58addf5d69814cd6631a2aff24c5a5206c05' +sha1sums=('fcd54ed0b1e5d7dda8151602b7198f0040462c70' '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1') prepare() {
