summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIru Cai2017-11-25 22:17:07 +0800
committerIru Cai2017-11-25 22:17:07 +0800
commit078781af4d100661b6debea6d4e5b26d15ae5579 (patch)
tree449ff13853c4b0bdc22854fa587bda56ea610ca2 /PKGBUILD
parent69ecf374c21a1ec3de4307ffe69d0d98abf3c2fe (diff)
downloadaur-078781af4d100661b6debea6d4e5b26d15ae5579.tar.gz
intelmetool bootguard info support is upstreamed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f26fa75face0..c7f02c7fd728 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Iru Cai <mytbk920423@gmail.com>
pkgname=coreboot-utils-git
-pkgver=4.6.r2156.g8727e644ea
+pkgver=4.6.r2177.g73add175cd
pkgrel=1
pkgdesc='Tools and utilities to work with coreboot firmware'
url='https://www.coreboot.org/'
@@ -14,12 +14,10 @@ makedepends=(git)
source=(git+https://review.coreboot.org/coreboot
# vboot provides vb2_api.h needed by cbfstool
git+https://review.coreboot.org/vboot
- https://raw.githubusercontent.com/corna/me_cleaner/312ef02714dcab806c9d9bfee07f51002dc61e08/me_cleaner.py
- metool-bg.patch)
+ https://raw.githubusercontent.com/corna/me_cleaner/312ef02714dcab806c9d9bfee07f51002dc61e08/me_cleaner.py)
sha256sums=('SKIP'
'SKIP'
- 'f27ddd0fa26c121221dc8f76b71bf308d6d7c48fdc4d84968580d04c5dc2e42e'
- '1ffc82505ec8afe141324d008ea680fbc2c4119b4888385d701851539c2263b2')
+ 'f27ddd0fa26c121221dc8f76b71bf308d6d7c48fdc4d84968580d04c5dc2e42e')
BUILD_AUTOPORT=y
@@ -39,8 +37,6 @@ prepare() {
git config -f .gitmodules 'submodule.vboot.url' "$srcdir/vboot"
git submodule sync -- 3rdparty/vboot
git submodule update -- 3rdparty/vboot
-
- patch -p1 -i "$srcdir/metool-bg.patch"
}
build() {