community/gnuplot: build with lua5.3 instead of lua5.2

This commit is contained in:
Jakub Jirutka 2017-12-31 18:48:13 +01:00
parent 2b70f561c3
commit bf24255921

View File

@ -2,12 +2,12 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=gnuplot
pkgver=5.2.2
pkgrel=0
pkgrel=1
pkgdesc="Utility for plotting graphs"
url="http://www.gnuplot.info/"
arch="all"
license="MIT"
makedepends="cairo-dev pango-dev gd-dev lua5.2-dev readline-dev
makedepends="cairo-dev pango-dev gd-dev lua5.3-dev readline-dev
libpng-dev libjpeg-turbo-dev"
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz"