Date: Monday, January 16, 2023 @ 13:46:36
  Author: freswa
Revision: 466762

upgpkg: pahole 1:1.24+r29+g02d67c5-1: fix kernel build with binutils 2.40

Modified:
  pahole/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-16 13:32:11 UTC (rev 466761)
+++ PKGBUILD    2023-01-16 13:46:36 UTC (rev 466762)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=pahole
-pkgver=1.24
+pkgver=1.24+r29+g02d67c5
 pkgrel=1
 epoch=1
 pkgdesc="Pahole and other DWARF utils"
@@ -11,7 +11,7 @@
 depends=(libelf python)
 makedepends=(git cmake ninja)
 provides=(libdwarves{,_emit,_reorganize}.so)
-_commit=de2423445fa59a6ebbf6f1fba764f30818204348  # tags/v1.24^0
+_commit=02d67c51765dfbd5893087da63744c864c7cc9e0  # master
 
source=("git+https://git.kernel.org/pub/scm/devel/pahole/pahole.git#commit=$_commit";
         "git+https://github.com/libbpf/libbpf";
         python.diff)
@@ -32,7 +32,7 @@
 
   git submodule init
   git submodule set-url lib/bpf "$srcdir/libbpf"
-  git submodule update
+  git -c protocol.file.allow=always submodule update
 }
 
 build() {

Reply via email to