aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/lua-lustache/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/lua-lustache/APKBUILD b/testing/lua-lustache/APKBUILD
index c721bcd322..4a6cef9c0b 100644
--- a/testing/lua-lustache/APKBUILD
+++ b/testing/lua-lustache/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lua-lustache
pkgver=1.3
-pkgrel=0
+pkgrel=1
pkgdesc="Logic-less {{mustache}} templates with Lua"
url="http://olivinelabs.com/lustache/"
arch="noarch"
@@ -45,6 +45,7 @@ package() {
_split() {
pkgdesc="Logic-less {{mustache}} templates with Lua $1"
+ depends=
mkdir -p "$subpkgdir"/usr/share/lua/
mv "$pkgdir"/usr/share/lua/$1 "$subpkgdir"/usr/share/lua/ || return 1
}