diff options
-rw-r--r-- | main/ldoc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ldoc/APKBUILD b/main/ldoc/APKBUILD index 345f43d66e..ed74f40b60 100644 --- a/main/ldoc/APKBUILD +++ b/main/ldoc/APKBUILD @@ -3,13 +3,13 @@ pkgname=ldoc _pkgname=LDoc pkgver=1.4.6 -pkgrel=1 +pkgrel=2 pkgdesc="Documentation tool for Lua" url="https://github.com/stevedonovan/LDoc" arch="noarch" license="MIT" _luaver=5.3 -depends="lua$_luaver-penlight lua$_luaver" +depends="lua-penlight lua$_luaver" # lua-penlight provides lua5.3-penlight source="$_pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/$_pkgname/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |