Date: Tuesday, January 11, 2022 @ 22:30:32
  Author: tpowa
Revision: 434264

upgpkg: archboot 2022.01-26: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-11 22:22:52 UTC (rev 434263)
+++ PKGBUILD    2022-01-11 22:30:32 UTC (rev 434264)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.01
-pkgrel=25
+pkgrel=26
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')
@@ -29,7 +29,7 @@
 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";
-        
"https://github.com/multiarch/qemu-user-static/releases/download/v6.1.0-8/qemu-aarch64-static";)
+        
"https://pkgbuild.com/~tpowa/archboot-helper/qemu/archboot-qemu-aarch64-static";)
 backup=('etc/archboot/x86_64.conf'
         'etc/archboot/aarch64.conf'
         'etc/archboot/x86_64-latest.conf'
@@ -40,7 +40,7 @@
         'etc/archboot/presets/aarch64-latest')
 install=archboot.install
 sha256sums=('SKIP'
-            'ad99eac2a78524b99b2af164055fde54675dafe6fbe303aa35d8e1718508b41c')
+            '3289353855c7159588b3b65088a6fbfa4c5207f1824e6b1bc289e3cfca3e60a0')
 validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 
<[email protected]>
              )
 package()
@@ -47,5 +47,5 @@
 {
   cd "$srcdir/archboot"
   mv etc/ usr/ "$pkgdir/"
-  install -m 755 $srcdir/qemu-aarch64-static 
$pkgdir/usr/bin/archboot-qemu-aarch64-static
+  install -m 755 $srcdir/archboot-qemu-aarch64-static 
$pkgdir/usr/bin/archboot-qemu-aarch64-static
 }

Reply via email to