diff --git a/main/gummiboot/APKBUILD b/main/gummiboot/APKBUILD index ff222d82af3..9a10fd5d1fb 100644 --- a/main/gummiboot/APKBUILD +++ b/main/gummiboot/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=gummiboot pkgver=48.1 -pkgrel=1 +pkgrel=2 pkgdesc="Simple EFI Boot Manager" url="http://freedesktop.org/wiki/Software/gummiboot" arch="x86 x86_64 aarch64" @@ -35,6 +35,7 @@ package() { efistub() { pkgdesc="Linux UEFI stub from the gummiboot project" + depends= amove usr/lib/gummiboot/*.efi.stub }