gnuplot: update to 5.4.0.

This commit is contained in:
Leah Neukirchen 2020-07-17 10:47:58 +02:00
parent dc718df492
commit 09e75c9639
1 changed files with 2 additions and 3 deletions

View File

@ -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 <leah@vuxu.org>"
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() {