aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnuplot
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-31 18:48:13 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-31 20:27:13 +0100
commitbf24255921c3f4996e7f6c058547529e80287f38 (patch)
tree45b1ba53afe51cb8f62494df8680e33fb4b38912 /community/gnuplot
parent2b70f561c3b1420cb94d35d1db42b7e315d9fcb7 (diff)
downloadaports-bf24255921c3f4996e7f6c058547529e80287f38.tar.bz2
aports-bf24255921c3f4996e7f6c058547529e80287f38.tar.xz
community/gnuplot: build with lua5.3 instead of lua5.2
Diffstat (limited to 'community/gnuplot')
-rw-r--r--community/gnuplot/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnuplot/APKBUILD b/community/gnuplot/APKBUILD
index c94bf54d8a..61b6f98d90 100644
--- a/community/gnuplot/APKBUILD
+++ b/community/gnuplot/APKBUILD
@@ -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"