summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Singer2023-01-21 01:27:30 +0000
committerFelix Singer2023-01-21 01:27:30 +0000
commit5afd58c275437e51f340fa4e8a6bfb99c17d971b (patch)
tree3e8ac578587275e9baf91f98f9eaa9184f44c759 /PKGBUILD
parent7f8688cfbf58918d57e6953ba19845df23b222e9 (diff)
downloadaur-5afd58c275437e51f340fa4e8a6bfb99c17d971b.tar.gz
Update to 4.19
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d15868b7fdb..849ace85acba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Felix Singer <felixsinger@posteo.net>
_targets="i386 x64 arm aarch64 riscv ppc64 nds32le clang"
-_commit='e29dcdcdd8bc04e9c54aca4e341d0b8168763000'
+_commit='4d661eebe95b06acae7d99777ed36ba56a560112'
pkgbase='coreboot-toolchain'
pkgname=()
-pkgver=4.18
+pkgver=4.19
pkgrel=1
pkgdesc='Used to build coreboot'
url='https://www.coreboot.org'
license=(BSD2 BSD3 GPL2 LGPL2Plus GPL3Plus)
arch=(x86_64 aarch64 riscv)
depends=() # TODO
-makedepends=() # TODO
+makedepends=('python3' 'gcc-ada') # TODO
options=('buildflags')
source=("git+https://review.coreboot.org/coreboot#commit=${_commit}")
sha256sums=('SKIP')