aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-binaryheap/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-binaryheap/APKBUILD')
-rw-r--r--community/lua-binaryheap/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/lua-binaryheap/APKBUILD b/community/lua-binaryheap/APKBUILD
index d5014e6a48..a6873d7fc2 100644
--- a/community/lua-binaryheap/APKBUILD
+++ b/community/lua-binaryheap/APKBUILD
@@ -11,6 +11,7 @@ arch="noarch"
license="MIT"
depends="lua"
checkdepends="lua-busted"
+provides=""
source="https://github.com/Tieske/binaryheap.lua/archive/version_$_pkgver/binaryheap.lua-$pkgver.tar.gz"
builddir="$srcdir/binaryheap.lua-version_$_pkgver"
@@ -23,6 +24,7 @@ esac
_luaversions="5.1 5.2 5.3"
for _v in $_luaversions; do
checkdepends="$checkdepends lua$_v lua$_v-busted"
+ provides="$provides lua$_v-${pkgname#lua-}=$pkgver-r$pkgrel"
done
prepare() {