diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-23 18:11:43 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-23 18:11:43 -0500 |
commit | b60604df18feaf29282068cfcaa0ca5a6837aaea (patch) | |
tree | 8887ea50583512674bcad4e5911e6cecade30061 /user | |
parent | 58277c7fbdfd7eb6706066da1ad269b0ed7b4675 (diff) | |
download | packages-b60604df18feaf29282068cfcaa0ca5a6837aaea.tar.gz packages-b60604df18feaf29282068cfcaa0ca5a6837aaea.tar.bz2 packages-b60604df18feaf29282068cfcaa0ca5a6837aaea.tar.xz packages-b60604df18feaf29282068cfcaa0ca5a6837aaea.zip |
user/efibootmgr: bump to 16, modernise
Diffstat (limited to 'user')
-rw-r--r-- | user/efibootmgr/APKBUILD | 11 |
1 files 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 <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> 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" |