[arch-commits] Commit in archboot/trunk (PKGBUILD)
Tobias Powalowski
tpowa at gemini.archlinux.org
Fri Jan 7 14:46:43 UTC 2022
Date: Friday, January 7, 2022 @ 14:46:42
Author: tpowa
Revision: 433756
upgpkg: archboot 2022.01-3: bump to latest version
Modified:
archboot/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-07 13:34:57 UTC (rev 433755)
+++ PKGBUILD 2022-01-07 14:46:42 UTC (rev 433756)
@@ -2,7 +2,7 @@
pkgname=archboot
pkgver=2022.01
-pkgrel=2
+pkgrel=3
pkgdesc="Advanced, modular arch boot/install image creation utility"
arch=(any)
license=('GPL')
@@ -28,12 +28,14 @@
makedepends=('git')
optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on image file'
'linux-firmware: for firmware inclusion on image file')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed")
+source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed"
+ "https://github.com/multiarch/qemu-user-static/releases/download/v6.1.0-8/qemu-aarch64-static")
backup=('etc/archboot/x86_64.conf'
'etc/archboot/presets/x86_64'
)
install=archboot.install
-sha256sums=('SKIP')
+sha256sums=('SKIP'
+ 'ad99eac2a78524b99b2af164055fde54675dafe6fbe303aa35d8e1718508b41c')
validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski <tpowa at archlinux.org>
)
package()
@@ -40,4 +42,5 @@
{
cd "$srcdir/archboot"
mv etc/ usr/ "$pkgdir/"
+ mv $srcdir/qemu-aarch64-static $pkgdir/usr/bin/archboot-qemu-aarch64-static
}
More information about the arch-commits
mailing list