summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2020-11-15 15:29:14 -0800
committerAnatol Pomozov2020-11-15 15:29:14 -0800
commit47c423727281db80632b98fe46ffb32e08c69b0f (patch)
tree72459b31371681e982fda18093ef058f4895e8ca
parent350d2d35fef6e4993cb1cdddf071fd9aaf5ac0dd (diff)
downloadaur-47c423727281db80632b98fe46ffb32e08c69b0f.tar.gz
Add new dependncy to PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57a50948e2d0..470037748cb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreboot-utils-git
pkgdesc = Tools and utilities to work with coreboot firmware
- pkgver = 4.12.r2683.g8e1ea525d1e
+ pkgver = 4.12.r4034.g17cd9058284
pkgrel = 1
url = https://www.coreboot.org/
arch = x86_64
@@ -25,6 +25,7 @@ pkgbase = coreboot-utils-git
source = git+https://review.coreboot.org/cmocka
source = git+https://review.coreboot.org/qc_blobs
source = git+https://review.coreboot.org/9esec-security-tooling
+ source = git+https://review.coreboot.org/STM
source = autoport-tool-paths.patch
sha256sums = SKIP
sha256sums = SKIP
@@ -42,6 +43,7 @@ pkgbase = coreboot-utils-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = 5136f8ae6c690501b483243a33b91dc978971cf23bcf48c27bdca845db53bdb1
pkgname = coreboot-utils-git
diff --git a/PKGBUILD b/PKGBUILD
index 9bea81188d04..eb2e04a2a0cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Iru Cai <mytbk920423@gmail.com>
pkgname=coreboot-utils-git
-pkgver=4.12.r2683.g8e1ea525d1e
+pkgver=4.12.r4034.g17cd9058284
pkgrel=1
pkgdesc='Tools and utilities to work with coreboot firmware'
url='https://www.coreboot.org/'
@@ -27,6 +27,7 @@ source=(git+https://review.coreboot.org/coreboot
git+https://review.coreboot.org/cmocka
git+https://review.coreboot.org/qc_blobs
git+https://review.coreboot.org/9esec-security-tooling
+ git+https://review.coreboot.org/STM
# vboot provides vb2_api.h needed by cbfstool
autoport-tool-paths.patch)
sha256sums=('SKIP'
@@ -45,6 +46,7 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'5136f8ae6c690501b483243a33b91dc978971cf23bcf48c27bdca845db53bdb1')
BUILD_AUTOPORT=y
@@ -76,6 +78,7 @@ prepare() {
git config -f .gitmodules 'submodule.3rdparty/cmocka.url' "$srcdir/cmocka"
git config -f .gitmodules 'submodule.3rdparty/qc_blobs.url' "$srcdir/qc_blobs"
git config -f .gitmodules 'submodule.3rdparty/intel-sec-tools.url' "$srcdir/9esec-security-tooling"
+ git config -f .gitmodules 'submodule.3rdparty/stm.url' "$srcdir/STM"
git submodule update --init