aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-sqlite
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2017-03-17 07:10:03 -0400
committerTimo Teräs <timo.teras@iki.fi>2017-03-20 08:33:47 +0000
commite55a3341551ffb590316228ddb8e7721ea768c6e (patch)
tree7a498c00d3af14e6147790bf29fd0d5df9de4134 /main/lua-sqlite
parent4290e26dbe21437fb31b15e7b32e78ca17ed7b8d (diff)
downloadaports-e55a3341551ffb590316228ddb8e7721ea768c6e.tar.bz2
aports-e55a3341551ffb590316228ddb8e7721ea768c6e.tar.xz
main/lua-sqlite: fix bug
It creates a lua5.x-sqlite.apk packages in REPO_DIR/all rather than REPO_DIR/$CARCH
Diffstat (limited to 'main/lua-sqlite')
-rw-r--r--main/lua-sqlite/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-sqlite/APKBUILD b/main/lua-sqlite/APKBUILD
index e6f88b9b5a..ab224c81c7 100644
--- a/main/lua-sqlite/APKBUILD
+++ b/main/lua-sqlite/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.9.4
_uuid="fsl_9x"
[ "$pkgver" != "0.9.4" ] && die "Please update uuid!"
_luaversions="5.1 5.2 5.3"
-pkgrel=0
+pkgrel=1
pkgdesc="Sqlite3 Binding for Lua"
url="http://lua.sqlite.org/index.cgi/home"
arch="all"
@@ -21,7 +21,7 @@ builddir="$srcdir"/$pkgname-$pkgver
for _v in $_luaversions; do
makedepends="$makedepends lua$_v-dev"
- subpackages="$subpackages lua$_v-${pkgname#lua-}:_package:all"
+ subpackages="$subpackages lua$_v-${pkgname#lua-}:_package"
done
prepare() {