[arch-commits] Commit in archboot-qemu-aarch64/trunk (PKGBUILD archboot-aarch64.conf)

Tobias Powalowski tpowa at gemini.archlinux.org
Sun Jan 23 20:03:26 UTC 2022


    Date: Sunday, January 23, 2022 @ 20:03:26
  Author: tpowa
Revision: 435008

upgpkg: archboot-qemu-aarch64 6.2.0-2: bump to latest version

Added:
  archboot-qemu-aarch64/trunk/archboot-aarch64.conf
Modified:
  archboot-qemu-aarch64/trunk/PKGBUILD

-----------------------+
 PKGBUILD              |    9 ++++++---
 archboot-aarch64.conf |    1 +
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 19:51:13 UTC (rev 435007)
+++ PKGBUILD	2022-01-23 20:03:26 UTC (rev 435008)
@@ -2,18 +2,21 @@
 
 pkgname=archboot-qemu-aarch64
 pkgver=6.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Static qemu helper for aarch64 iso building"
 arch=(x86_64)
 license=('GPL')
 url="https://wiki.archlinux.org/title/Archboot"
 depends=('archboot')
-source=(https://pkgbuild.com/~tpowa/archboot-helper/qemu/$pkgname-static{,.sig})
+source=(https://pkgbuild.com/~tpowa/archboot-helper/qemu/$pkgname-static{,.sig}
+	archboot-aarch64.conf)
 sha256sums=('3289353855c7159588b3b65088a6fbfa4c5207f1824e6b1bc289e3cfca3e60a0'
-            'SKIP')
+            'SKIP'
+            '4655d400b717577e228a9d5a01d13c8b2f527d2f9556bc2e444b735a34f15eac')
 validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski <tpowa at archlinux.org>
              )
 package()
 {
   install -D -m 755 $srcdir/$pkgname-static $pkgdir/usr/bin/$pkgname-static
+  install -D -m 644 $srcdir/archboot-aarch64.conf $pkgdir/usr/lib/binfmt.d/archboot-aarch64.conf
 }

Added: archboot-aarch64.conf
===================================================================
--- archboot-aarch64.conf	                        (rev 0)
+++ archboot-aarch64.conf	2022-01-23 20:03:26 UTC (rev 435008)
@@ -0,0 +1 @@
+:qemu-aarch64:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xb7:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff:/usr/bin/archboot-qemu-aarch64-static:CF



More information about the arch-commits mailing list