summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2023-03-09 18:08:29 -0800
committerAnatol Pomozov2023-03-09 18:14:34 -0800
commit7a53774457ae9badb6beaf0b105510413982bad6 (patch)
treeeb6f0b1d93a0366beb4630b14df6e909db1b6e49
parent9a5f44bd446754551dc1088c067b6ff3ba870135 (diff)
downloadaur-7a53774457ae9badb6beaf0b105510413982bad6.tar.gz
updpkg
-rw-r--r--.SRCINFO36
-rw-r--r--PKGBUILD40
2 files changed, 41 insertions, 35 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e18f9bcc5eb..6019c133de50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreboot-utils-git
pkgdesc = Tools and utilities to work with coreboot firmware
- pkgver = 4.15.r553.g4aaea850440
+ pkgver = 4.19.r781.g6b6b8f86df3
pkgrel = 1
url = https://www.coreboot.org/
arch = x86_64
@@ -9,23 +9,24 @@ pkgbase = coreboot-utils-git
makedepends = go
depends = pciutils
optdepends = python: me_cleaner support
- source = git+https://review.coreboot.org/coreboot
- source = git+https://review.coreboot.org/blobs
- source = git+https://review.coreboot.org/nvidia-cbootimage
- source = git+https://review.coreboot.org/vboot
- source = git+https://review.coreboot.org/arm-trusted-firmware
- source = git+https://review.coreboot.org/chrome-ec
- source = git+https://review.coreboot.org/libhwbase
- 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/coreboot.git
+ source = git+https://review.coreboot.org/blobs.git
+ source = git+https://review.coreboot.org/nvidia-cbootimage.git
+ source = git+https://review.coreboot.org/vboot.git#branch=main
+ source = git+https://review.coreboot.org/arm-trusted-firmware.git
+ source = git+https://review.coreboot.org/chrome-ec.git
+ source = git+https://review.coreboot.org/libhwbase.git
+ source = git+https://review.coreboot.org/libgfxinit.git
+ source = git+https://review.coreboot.org/fsp.git
+ source = git+https://review.coreboot.org/opensbi.git
+ source = git+https://review.coreboot.org/intel-microcode.git#branch=main
+ source = git+https://review.coreboot.org/ffs.git
source = git+https://review.coreboot.org/amd_blobs
- 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 = git+https://review.coreboot.org/cmocka.git#branch=stable-1.1
+ source = git+https://review.coreboot.org/qc_blobs.git
+ source = git+https://review.coreboot.org/9esec-security-tooling.git
+ source = git+https://review.coreboot.org/STM#branch=stmpe
+ source = git+https://review.coreboot.org/goswid#branch=trunk
source = autoport-tool-paths.patch
sha256sums = SKIP
sha256sums = SKIP
@@ -44,6 +45,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 f3cf81b0c019..adb5232684d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Iru Cai <mytbk920423@gmail.com>
pkgname=coreboot-utils-git
-pkgver=4.15.r553.g4aaea850440
+pkgver=4.19.r781.g6b6b8f86df3
pkgrel=1
pkgdesc='Tools and utilities to work with coreboot firmware'
url='https://www.coreboot.org/'
@@ -11,23 +11,25 @@ arch=(x86_64)
depends=(pciutils)
optdepends=("python: me_cleaner support")
makedepends=(git)
-source=(git+https://review.coreboot.org/coreboot
- git+https://review.coreboot.org/blobs
- git+https://review.coreboot.org/nvidia-cbootimage
- git+https://review.coreboot.org/vboot
- git+https://review.coreboot.org/arm-trusted-firmware
- git+https://review.coreboot.org/chrome-ec
- git+https://review.coreboot.org/libhwbase
- 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
+source=(git+https://review.coreboot.org/coreboot.git
+ git+https://review.coreboot.org/blobs.git
+ git+https://review.coreboot.org/nvidia-cbootimage.git
+ git+https://review.coreboot.org/vboot.git#branch=main
+ git+https://review.coreboot.org/arm-trusted-firmware.git
+ git+https://review.coreboot.org/chrome-ec.git
+ git+https://review.coreboot.org/libhwbase.git
+ git+https://review.coreboot.org/libgfxinit.git
+ git+https://review.coreboot.org/fsp.git
+ git+https://review.coreboot.org/opensbi.git
+ git+https://review.coreboot.org/intel-microcode.git#branch=main
+ git+https://review.coreboot.org/ffs.git
git+https://review.coreboot.org/amd_blobs
- 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
+ git+https://review.coreboot.org/cmocka.git#branch=stable-1.1
+ git+https://review.coreboot.org/qc_blobs.git
+ git+https://review.coreboot.org/9esec-security-tooling.git
+ git+https://review.coreboot.org/STM#branch=stmpe
+ git+https://review.coreboot.org/goswid#branch=trunk
+
# vboot provides vb2_api.h needed by cbfstool
autoport-tool-paths.patch)
sha256sums=('SKIP'
@@ -47,6 +49,7 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'5136f8ae6c690501b483243a33b91dc978971cf23bcf48c27bdca845db53bdb1')
BUILD_AUTOPORT=y
@@ -79,8 +82,9 @@ prepare() {
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 config -f .gitmodules 'submodule.util/goswid.url' "$srcdir/goswid"
- git submodule update --init
+ git -c protocol.file.allow=always submodule update --init
patch -p1 -i "$srcdir/autoport-tool-paths.patch"
}