diff --git a/testing/stubbyboot/APKBUILD b/testing/stubbyboot/APKBUILD index d92489b9fcf..f0799b5258e 100644 --- a/testing/stubbyboot/APKBUILD +++ b/testing/stubbyboot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=stubbyboot pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="simple UEFI stub" url="https://github.com/puzzleos/stubby" arch="x86 x86_64 aarch64" @@ -48,6 +48,8 @@ check() { efistub() { pkgdesc="Linux UEFI stub from the stubby bootloader project" depends= + provides="efistub" + provider_priority=10 # lower than gummiboot amove usr/lib/$pkgname }