[arch-commits] Commit in archboot/trunk (PKGBUILD archboot.install)

Tobias Powalowski tpowa at gemini.archlinux.org
Mon Aug 9 09:43:51 UTC 2021


    Date: Monday, August 9, 2021 @ 09:43:50
  Author: tpowa
Revision: 421269

upgpkg: archboot 2021.08-2: bump to latest version

Modified:
  archboot/trunk/PKGBUILD
  archboot/trunk/archboot.install

------------------+
 PKGBUILD         |    8 +++++---
 archboot.install |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-09 08:36:57 UTC (rev 421268)
+++ PKGBUILD	2021-08-09 09:43:50 UTC (rev 421269)
@@ -3,7 +3,7 @@
 
 pkgname=archboot
 pkgver=2021.08
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')
@@ -49,12 +49,14 @@
          'refind' 'efibootmgr>=0.6.0-3' 'f2fs-tools>=1.1.0-2' 'efitools>=1.7.0' 
          'lockdown-ms>=20130326-1' 'efivar>=0.4_18_gb8c524c-1' 'ethtool>=1:3.13-1' 'exfat-utils>=1.2.4-1' 'broadcom-wl' 'fuse3' 'flex' 'expac' 'amd-ucode')     
 makedepends=('git')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}")
+source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed")
 backup=('etc/archboot/x86_64.conf'
         'etc/archboot/presets/x86_64'
 )
 install=archboot.install
 sha256sums=('SKIP')
+validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski <tpowa at archlinux.org>
+             )
 ### to bump the depends list use this:
 #for i in $(grep ^depends= PKGBUILD | sed  -e 's/depends=(//g' -e 's/)//g'); do sed -i -e "s/$(echo $i)/$(echo $i | sed -e "s/>=.*/>=$(pacman -Qi $(echo $i | sed -e "s/'//g" -e 's/>=.*//g') | grep ^Version | sed -e 's/.*: //g')'/g")/g" PKGBUILD; done
 
@@ -61,5 +63,5 @@
 package()
 {
   cd "$srcdir/archboot"
-  mv * "$pkgdir/"
+  mv etc/ usr/ "$pkgdir/"
 }

Modified: archboot.install
===================================================================
--- archboot.install	2021-08-09 08:36:57 UTC (rev 421268)
+++ archboot.install	2021-08-09 09:43:50 UTC (rev 421269)
@@ -11,7 +11,7 @@
     Modify them to your needs.
 --> Use the preset files as config file of your build tool:
     mkisolinux, mksyslinux or mkpxelinux
---> For Allinone ISOs use archboot-allinone.sh
+--> For x86_64 ISOs use archboot-x86_64.sh
 EOF
 }
 



More information about the arch-commits mailing list