summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2022-10-03 22:19:25 -0400
committerLeo P2022-10-03 22:19:25 -0400
commit4a03e0f213ae85f99f341e5ee2706344c97e23d4 (patch)
tree664e698d592dd09c5352a047eeecc6ea39e2cf7a
parentc7767c8bf86f9939acb4fefbc2ac704bf374b4bb (diff)
downloadaur-4a03e0f213ae85f99f341e5ee2706344c97e23d4.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af95f3187ee3..e4cf6ced9362 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreboot-utils
pkgdesc = Tools and utilities to work with coreboot firmware
- pkgver = 4.15
+ pkgver = 4.17
pkgrel = 1
url = https://www.coreboot.org/
arch = i686
@@ -10,7 +10,7 @@ pkgbase = coreboot-utils
optdepends = python: me_cleaner support
provides = ectool
conflicts = coreboot-utils-git
- source = coreboot.4.15.tar.gz::https://coreboot.org/releases/coreboot-4.15.tar.xz
- sha256sums = 20e6aaa6dd0eaec7753441c799711d1b4630e3ca709536386f2242ac2c8a1ec5
+ source = coreboot.4.17.tar.gz::https://coreboot.org/releases/coreboot-4.17.tar.xz
+ sha256sums = 95da11d1c6a450385101a68799258a398ce965f4e46cce6fe8d5ebd74e50c125
pkgname = coreboot-utils
diff --git a/PKGBUILD b/PKGBUILD
index 38f9b9bf33bd..6c339ef9cff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=coreboot-utils
-pkgver=4.15
+pkgver=4.17
pkgrel=1
pkgdesc='Tools and utilities to work with coreboot firmware'
url='https://www.coreboot.org/'
@@ -11,11 +11,11 @@ provides=(ectool)
conflicts=("coreboot-utils-git")
makedepends=()
source=("coreboot.${pkgver}.tar.gz::https://coreboot.org/releases/coreboot-${pkgver}.tar.xz")
-sha256sums=('20e6aaa6dd0eaec7753441c799711d1b4630e3ca709536386f2242ac2c8a1ec5')
+sha256sums=('95da11d1c6a450385101a68799258a398ce965f4e46cce6fe8d5ebd74e50c125')
build() {
cd coreboot-${pkgver}/util
-
+ export CFLAGS="$CFLAGS -Wno-error"
make -C cbfstool
make -C ifdtool
make -C nvramtool