aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/luarocks/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/luarocks/APKBUILD b/community/luarocks/APKBUILD
index d7dd60a304..707be66838 100644
--- a/community/luarocks/APKBUILD
+++ b/community/luarocks/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=luarocks
pkgver=2.4.4
-pkgrel=0
+pkgrel=1
pkgdesc="Deployment and management system for Lua modules"
url="http://www.luarocks.org/"
arch="noarch"
@@ -60,7 +60,7 @@ _subpackage() {
local lver="${subpkgname#$pkgname}"
pkgdesc="Deployment and management system for Lua $lver modules"
install_if="lua$lver $pkgname=$pkgver-r$pkgrel"
- depends="lua$lver"
+ depends="$depends lua$lver"
cd "$builddir-$lver"