From 6e4311c87bdb9ae3f53a3a9056201e388848af4e Mon Sep 17 00:00:00 2001 From: xhaa123 Date: Thu, 31 Oct 2024 15:01:04 +0800 Subject: [PATCH] efibootmgr 18-2 --- PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6adfa57..dc3a6d7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,16 @@ -# Maintainer: Future Linux Team +# This is an example PKGBUILD file. Use this as a start to creating your own, +# and remove these comments. For more information, see 'man PKGBUILD'. +# NOTE: Please fill out the license field for your package! If it is unknown, +# then please put 'unknown'. +# Maintainer: Future Linux Team pkgname=efibootmgr pkgver=18 -pkgrel=1 +pkgrel=2 pkgdesc="Linux user-space application to modify the EFI Boot Manager" arch=('x86_64') url="https://github.com/rhboot/efibootmgr" -license=('GPL2') +license=('GPL-2.0-or-later') depends=('glibc' 'popt' 'efivar') source=(https://github.com/rhboot/efibootmgr/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) sha256sums=(442867d12f8525034a404fc8af3036dba8e1fc970998af2486c3b940dfad0874)