From f21cc51c4208f76c72f665314d9ae8051d74a3c4 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 22 Feb 2020 23:47:45 +0100 Subject: community/lua-binaryheap: add $provides for each lua version --- community/lua-binaryheap/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'community/lua-binaryheap') 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() { -- cgit v1.2.3