[arch-commits] Commit in arch-install-scripts/trunk (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Jul 7 03:46:33 UTC 2022


    Date: Thursday, July 7, 2022 @ 03:46:33
  Author: foutrelis
Revision: 449962

upgpkg: arch-install-scripts 25-2: depend on grep

grep is called in the declare_all() function used by pacstrap and
arch-chroot. Should fix the following repro failure in rebuilderd:

==> Installing packages
/usr/bin/pacstrap: line 182: grep: command not found

Modified:
  arch-install-scripts/trunk/PKGBUILD
  arch-install-scripts/trunk/keys/pgp/BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B.asc

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 03:21:46 UTC (rev 449961)
+++ PKGBUILD	2022-07-07 03:46:33 UTC (rev 449962)
@@ -4,12 +4,12 @@
 
 pkgname=arch-install-scripts
 pkgver=25
-pkgrel=1
+pkgrel=2
 pkgdesc="Scripts to aid in installing Arch Linux"
 arch=('any')
 url="https://github.com/archlinux/arch-install-scripts"
 license=('GPL2')
-depends=('awk' 'bash' 'coreutils' 'pacman' 'util-linux')
+depends=('awk' 'bash' 'coreutils' 'grep' 'pacman' 'util-linux')
 makedepends=('asciidoc' 'git')
 source=("git+https://github.com/archlinux/arch-install-scripts#tag=v${pkgver}?signed")
 validpgpkeys=(

Modified: keys/pgp/BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B.asc
===================================================================
(Binary files differ)



More information about the arch-commits mailing list