diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-05-04 01:19:36 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-05-04 01:24:33 +0200 |
commit | ae9b0724c4c405d99b1d92a55220dff9b1972621 (patch) | |
tree | c3fd8a99f0df4592c8b1b44f0cb7723b9747bda9 /pcr | |
parent | 96d9a8d1fdd397b5a42453d90185cf78a2c2383c (diff) | |
download | abslibre-ae9b0724c4c405d99b1d92a55220dff9b1972621.tar.gz abslibre-ae9b0724c4c405d99b1d92a55220dff9b1972621.tar.bz2 abslibre-ae9b0724c4c405d99b1d92a55220dff9b1972621.zip |
pcr: libreboot-util: rename to libreboot-utils and fix header
Since there is more than one utility in this package it's
more clear if it is named libreboot-utils.
In addition, this packages has part from the nvramtool I made
from scratch so I added myself in the header in addition of
Wael Karramas who is the main author of this package.
I also fixed the Maintainers line as more than one person involved in
Parabola has some knowledge about Libreboot and Coreboot.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/libreboot-utils/PKGBUILD (renamed from pcr/libreboot-util/PKGBUILD) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pcr/libreboot-util/PKGBUILD b/pcr/libreboot-utils/PKGBUILD index 26e83566f..9e67d25e6 100644 --- a/pcr/libreboot-util/PKGBUILD +++ b/pcr/libreboot-utils/PKGBUILD @@ -1,7 +1,9 @@ +# Copyright (C) 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> +# Copyright (C) 2022 Wael Karram <wael@waelk.tech> # SPDX-License-Identifier: CC0-1.0 -# Maintainer: Wael Karram <wael@waelk.tech> +# Maintainers: Parabola hackers <dev@lists.parabola.nu> -pkgname=libreboot-util +pkgname=libreboot-utils pkgrel=1 _upstream_ver=20211122 pkgver=4.15.libreboot${_upstream_ver} |