aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-penlight/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/lua-penlight/APKBUILD')
-rw-r--r--main/lua-penlight/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/lua-penlight/APKBUILD b/main/lua-penlight/APKBUILD
index 641b01fd26..eae4748b59 100644
--- a/main/lua-penlight/APKBUILD
+++ b/main/lua-penlight/APKBUILD
@@ -2,13 +2,12 @@
pkgname=lua-penlight
_rockname=penlight
pkgver=1.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="Lua libraries for extended operations on tables, lists and strings"
url="http://stevedonovan.github.io/Penlight"
arch="noarch"
license="MIT"
-depends="lua"
-checkdepends="lua-filesystem"
+depends="lua lua-filesystem"
provides="$pkgname-shared=$pkgver-r$pkgrel" # for backward compatibility
replaces="$pkgname-shared" # for backward compatibility
subpackages="$pkgname-doc"