From b60604df18feaf29282068cfcaa0ca5a6837aaea Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 23 Jul 2018 18:11:43 -0500 Subject: user/efibootmgr: bump to 16, modernise --- user/efibootmgr/APKBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/user/efibootmgr/APKBUILD b/user/efibootmgr/APKBUILD index 194d32d7c..507f6935a 100644 --- a/user/efibootmgr/APKBUILD +++ b/user/efibootmgr/APKBUILD @@ -1,16 +1,15 @@ # Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=efibootmgr -pkgver=15 +pkgver=16 pkgrel=0 -pkgdesc="A user-space application to modify the Intel EFI Boot Manager" +pkgdesc="User-space application to modify the Intel EFI Boot Manager" url="https://github.com/rhboot/efibootmgr" arch="pmmx x86_64 arm64 ia64" -license="GPL-2.0" +options="!check" # Dangerous. +license="GPL-2.0-only" depends="" makedepends="efivar-dev gettext-dev" -install="" -options="!check" subpackages="$pkgname-doc" source="https://github.com/rhboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2" @@ -24,4 +23,4 @@ package() { make EFIDIR="Adelie" libdir="/usr/lib" LIBS="intl" DESTDIR="$pkgdir" install } -sha512sums="d9d9eef14d373d5da88141e8105f754fea4c039755ed0a0cb9b3c9c2bb285733ad930fd912df42075fe2cf750585699307b067f594d8e65269b3b8a5a00b1cd1 efibootmgr-15.tar.bz2" +sha512sums="936318c7163c07b716f89be3d830957d9db68ba1b059223f7ea3d9eafe0dbf1c91b9aee096f5aed70955c6052c3b8547295c0a47f17cdf43788259d87d1990b9 efibootmgr-16.tar.bz2" -- cgit v1.2.3-60-g2f50