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

Tobias Powalowski tpowa at gemini.archlinux.org
Fri Oct 1 14:58:08 UTC 2021


    Date: Friday, October 1, 2021 @ 14:58:08
  Author: tpowa
Revision: 424980

add lshw

Modified:
  archboot/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-01 14:42:54 UTC (rev 424979)
+++ PKGBUILD	2021-10-01 14:58:08 UTC (rev 424980)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2021.09
-pkgrel=43
+pkgrel=44
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')
@@ -9,7 +9,7 @@
 url="https://wiki.archlinux.org/title/Archboot"
 depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
          'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
-         'tar' 'util-linux>=2.21-6' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 'hdparm' 'memtest86+' 'inetutils'
+         'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 'hdparm' 'memtest86+' 'inetutils'
          'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
          'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
 	 'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
@@ -23,7 +23,7 @@
 	 'gpgme' 'ldns' 'dnssec-anchors' 'hwids' 'systemd' 'archlinux-keyring' 'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
 	 'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
 	 'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 'lockdown-ms' 'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-	 'fuse3' 'flex' 'expac' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 'nvme-cli' 'fatresize' 'iwd')     
+	 'fuse3' 'flex' 'expac' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw')
 makedepends=('git')
 optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on image file'
             'linux-firmware: for firmware inclusion on image file')



More information about the arch-commits mailing list