Update coreboot-configurator and nvramtool

This commit is contained in:
2023-05-22 22:44:43 -07:00
parent b4924966e5
commit d7c3f7b5b9
3 changed files with 30 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# Maintainer: Alexander Rosenberg <zanderpkg at pm dot me>
pkgname=coreboot-configurator
pkgver=51
pkgver=54
pkgrel=1
pkgdesc="A simple GUI to change settings in coreboot's CBFS, via the nvramtool utility."
url='https://github.com/StarLabsLtd/coreboot-configurator'
arch=('x86_64')
license=('GPL2')
depends=('coreboot-utils-git' 'yaml-cpp' 'meson' 'qt5-base' 'ninja')
depends=('nvramtool' 'yaml-cpp' 'meson' 'qt5-base' 'ninja')
source=('git+https://github.com/StarLabsLtd/coreboot-configurator.git')
sha256sums=('SKIP')