Date: Wednesday, January 12, 2022 @ 07:20:08
  Author: tpowa
Revision: 434275

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

Modified:
  archboot-qemu-aarch64/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-12 07:14:33 UTC (rev 434274)
+++ PKGBUILD    2022-01-12 07:20:08 UTC (rev 434275)
@@ -4,7 +4,7 @@
 pkgver=6.2.0
 pkgrel=1
 pkgdesc="Static qemu helper for aarch64 iso building"
-arch=(any)
+arch=(x86_64)
 license=('GPL')
 url="https://wiki.archlinux.org/title/Archboot";
 depends=('archboot')
@@ -15,5 +15,5 @@
              )
 package()
 {
-  install -m 755 $srcdir/$pkgname-static $pkgdir/usr/bin/$pkgname-static
+  install -D -m 755 $srcdir/$pkgname-static $pkgdir/usr/bin/$pkgname-static
 }

Reply via email to