gnuplot: update to 5.2.2.
This commit is contained in:
parent
17729cd8ad
commit
5adf266166
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnuplot'
|
# Template file for 'gnuplot'
|
||||||
pkgname=gnuplot
|
pkgname=gnuplot
|
||||||
version=5.2.1
|
version=5.2.2
|
||||||
revision=2
|
revision=1
|
||||||
configure_args="--with-readline=builtin"
|
configure_args="--with-readline=builtin"
|
||||||
hostmakedepends="pkg-config lua52"
|
hostmakedepends="pkg-config lua52"
|
||||||
makedepends="zlib-devel libX11-devel gd-devel lua52-devel"
|
makedepends="zlib-devel libX11-devel gd-devel lua52-devel"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
homepage="http://www.gnuplot.info/"
|
homepage="http://www.gnuplot.info/"
|
||||||
license="gnuplot"
|
license="gnuplot"
|
||||||
distfiles="${SOURCEFORGE_SITE}/gnuplot/gnuplot/${version}/gnuplot-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/gnuplot/gnuplot/${version}/gnuplot-${version}.tar.gz"
|
||||||
checksum=7dc6b0fb6b321691e89e344387310a8e6614f0c4e5eb15a90dc742a53d807e88
|
checksum=a416d22f02bdf3873ef82c5eb7f8e94146795811ef808e12b035ada88ef7b1a1
|
||||||
|
|
||||||
subpackages="gnuplot-common"
|
subpackages="gnuplot-common"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in New Issue