From 09e75c96394860881fea57ef3220564f6d530a41 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 17 Jul 2020 10:47:58 +0200 Subject: [PATCH] gnuplot: update to 5.4.0. --- srcpkgs/gnuplot/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gnuplot/template b/srcpkgs/gnuplot/template index 529d312812f..f888f5ff922 100644 --- a/srcpkgs/gnuplot/template +++ b/srcpkgs/gnuplot/template @@ -1,6 +1,6 @@ # Template file for 'gnuplot' pkgname=gnuplot -version=5.2.8 +version=5.4.0 revision=1 configure_args="--with-readline=builtin" hostmakedepends="pkg-config lua52" @@ -11,7 +11,7 @@ maintainer="Leah Neukirchen " homepage="http://www.gnuplot.info/" license="gnuplot" distfiles="${SOURCEFORGE_SITE}/gnuplot/gnuplot/${version}/gnuplot-${version}.tar.gz" -checksum=60a6764ccf404a1668c140f11cc1f699290ab70daa1151bb58fed6139a28ac37 +checksum=eb4082f03a399fd1e9e2b380cf7a4f785e77023d8dcc7e17570c1b5570a49c47 subpackages="gnuplot-common" if [ -z "$CROSS_BUILD" ]; then @@ -79,7 +79,6 @@ do_install() { LDFLAGS="$BUILD_LDFLAGS" install fi vlicense x11/Copyright LICENSE - rm ${DESTDIR}/usr/share/man/man1/gnuplot-ja* } gnuplot-common_package() {