aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua-pgmoon
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lua-pgmoon')
-rw-r--r--testing/lua-pgmoon/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/lua-pgmoon/APKBUILD b/testing/lua-pgmoon/APKBUILD
index b058adb808..c06c12be92 100644
--- a/testing/lua-pgmoon/APKBUILD
+++ b/testing/lua-pgmoon/APKBUILD
@@ -2,7 +2,7 @@
pkgname=lua-pgmoon
_rockname="${pkgname#lua-}"
pkgver=1.10.0
-pkgrel=0
+pkgrel=1
pkgdesc="A pure Lua Postgres driver for use in OpenResty & more"
url="https://github.com/leafo/pgmoon"
license="MIT"
@@ -29,6 +29,8 @@ build() {
LUA_LIBDIR="$(pkg-config --variable=libdir lua$lver)" \
make --tree="./build" \
"$_rockname-dev-1.rockspec"
+
+ rm "./build/lib/luarocks/rocks-$lver/manifest"
done
}