summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2019-11-12 20:15:55 -0800
committerAnatol Pomozov2019-11-12 20:15:55 -0800
commit36e1bf78cff24c56bca0dea0a2c88f31c5516287 (patch)
tree099f48b514889f85d52a210226954fd4add6d47f
parentd7c54ac7240bafab05a588673727320d415cbeeb (diff)
downloadaur-36e1bf78cff24c56bca0dea0a2c88f31c5516287.tar.gz
updpkg
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 17 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e319c87d65e9..5be479fcc0f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreboot-utils-git
pkgdesc = Tools and utilities to work with coreboot firmware
- pkgver = 4.9.r1447.ge54c15aa729
+ pkgver = 4.10.r1513.g87c52809b2b
pkgrel = 1
url = https://www.coreboot.org/
arch = i686
@@ -20,6 +20,9 @@ pkgbase = coreboot-utils-git
source = git+https://review.coreboot.org/libgfxinit
source = git+https://review.coreboot.org/fsp
source = git+https://review.coreboot.org/opensbi
+ source = git+https://review.coreboot.org/intel-microcode
+ source = git+https://review.coreboot.org/ffs
+ source = git+https://review.coreboot.org/amd_blobs
source = autoport-tool-paths.patch
sha256sums = SKIP
sha256sums = SKIP
@@ -31,6 +34,9 @@ pkgbase = coreboot-utils-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = 5136f8ae6c690501b483243a33b91dc978971cf23bcf48c27bdca845db53bdb1
pkgname = coreboot-utils-git
diff --git a/PKGBUILD b/PKGBUILD
index aef8dfc26496..142034777a27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Iru Cai <mytbk920423@gmail.com>
pkgname=coreboot-utils-git
-pkgver=4.9.r1447.ge54c15aa729
+pkgver=4.10.r1513.g87c52809b2b
pkgrel=1
pkgdesc='Tools and utilities to work with coreboot firmware'
url='https://www.coreboot.org/'
@@ -21,6 +21,9 @@ source=(git+https://review.coreboot.org/coreboot
git+https://review.coreboot.org/libgfxinit
git+https://review.coreboot.org/fsp
git+https://review.coreboot.org/opensbi
+ git+https://review.coreboot.org/intel-microcode
+ git+https://review.coreboot.org/ffs
+ git+https://review.coreboot.org/amd_blobs
# vboot provides vb2_api.h needed by cbfstool
autoport-tool-paths.patch)
sha256sums=('SKIP'
@@ -33,6 +36,9 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
'5136f8ae6c690501b483243a33b91dc978971cf23bcf48c27bdca845db53bdb1')
BUILD_AUTOPORT=y
@@ -62,6 +68,9 @@ prepare() {
git config -f .gitmodules 'submodule.libgfxinit.url' "$srcdir/libgfxinit"
git config -f .gitmodules 'submodule.3rdparty/fsp.url' "$srcdir/fsp"
git config -f .gitmodules 'submodule.opensbi.url' "$srcdir/opensbi"
+ git config -f .gitmodules 'submodule.intel-microcode.url' "$srcdir/intel-microcode"
+ git config -f .gitmodules 'submodule.3rdparty/ffs.url' "$srcdir/ffs"
+ git config -f .gitmodules 'submodule.3rdparty/amd_blobs.url' "$srcdir/amd_blobs"
git submodule update --init