aboutsummaryrefslogtreecommitdiffstats
path: root/main/ldoc
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-01-04 02:19:31 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-01-04 02:20:30 +0100
commitbecf040597f365386c37a0cf2dd68f4b4b2282f9 (patch)
tree1ca7fe296b12c95e1b851b78df30d8aa826299e5 /main/ldoc
parentcc916f83b3b8393882c6111d6da34cf55878dcf6 (diff)
downloadaports-becf040597f365386c37a0cf2dd68f4b4b2282f9.tar.bz2
aports-becf040597f365386c37a0cf2dd68f4b4b2282f9.tar.xz
main/ldoc: use lua5.3 instead of lua5.2
Diffstat (limited to 'main/ldoc')
-rw-r--r--main/ldoc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ldoc/APKBUILD b/main/ldoc/APKBUILD
index 1bb818beda..345f43d66e 100644
--- a/main/ldoc/APKBUILD
+++ b/main/ldoc/APKBUILD
@@ -3,12 +3,12 @@
pkgname=ldoc
_pkgname=LDoc
pkgver=1.4.6
-pkgrel=0
+pkgrel=1
pkgdesc="Documentation tool for Lua"
url="https://github.com/stevedonovan/LDoc"
arch="noarch"
license="MIT"
-_luaver=5.2
+_luaver=5.3
depends="lua$_luaver-penlight lua$_luaver"
source="$_pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"