summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae5d6a70137c..8dd6551fb4ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = bpir-uboot-git
pkgdesc = U-Boot for BPI Router Boards
pkgver = 2023.04r84964.fd4ed6b7e8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/u-boot/u-boot
install = bpir-uboot-git.install
arch = aarch64
license = GPL3
makedepends = git
makedepends = bc
+ makedepends = aarch64-linux-gnu-gcc
source = git+https://github.com/u-boot/u-boot.git#tag=v2023.04
source = mt7xxx.h
source = clk-uclass-log_ret.patch
diff --git a/PKGBUILD b/PKGBUILD
index 06830ba3c091..c8c42d056b6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=bpir-uboot-git
#_pkgver=2021.10 # last build of u-boot tested for R64
_pkgver=2023.04
pkgver=2023.04r84964.fd4ed6b7e8
-pkgrel=1
+pkgrel=2
pkgdesc='U-Boot for BPI Router Boards'
arch=('aarch64')
url='https://github.com/u-boot/u-boot'