aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-penlight
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-04-16 20:42:47 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-04-16 20:42:47 +0200
commit45acbe8f80c0d697250196ff230de8d7be276cf2 (patch)
tree0a85fca5621c1218b1a1e1fc1797c65ede00189d /main/lua-penlight
parent36afb4927142eaa05709e867d0465adda542464b (diff)
downloadaports-45acbe8f80c0d697250196ff230de8d7be276cf2.tar.bz2
aports-45acbe8f80c0d697250196ff230de8d7be276cf2.tar.xz
main/lua-penlight: add missing check dependency lua-filesystem
Diffstat (limited to 'main/lua-penlight')
-rw-r--r--main/lua-penlight/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-penlight/APKBUILD b/main/lua-penlight/APKBUILD
index 2b7b813b9f..641b01fd26 100644
--- a/main/lua-penlight/APKBUILD
+++ b/main/lua-penlight/APKBUILD
@@ -8,7 +8,7 @@ url="http://stevedonovan.github.io/Penlight"
arch="noarch"
license="MIT"
depends="lua"
-checkdepends=""
+checkdepends="lua-filesystem"
provides="$pkgname-shared=$pkgver-r$pkgrel" # for backward compatibility
replaces="$pkgname-shared" # for backward compatibility
subpackages="$pkgname-doc"