summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brand2023-05-11 20:34:38 +0000
committerSimon Brand2023-05-11 20:34:38 +0000
commitd1006f0cee80759860dd96b18d106cc45f347fd8 (patch)
treee9f61355c2290f3bc49621b8486a67c7d53d4257
parentc613092ee589ecb8f0e16155cdc04824f873ccd9 (diff)
downloadaur-d1006f0cee80759860dd96b18d106cc45f347fd8.tar.gz
PKGBUILD: add dependency on bash
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 374429a49754..d1f5f5e50d7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Build signed efi files which mount a verified squashfs image as rootfs
arch=(any)
url='https://github.com/brandsimon/verity-squash-root/'
license=(MIT)
-depends=(age python binutils cryptsetup efitools sbsigntools squashfs-tools tar)
+depends=(age bash python binutils cryptsetup efitools sbsigntools squashfs-tools tar)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(flake8 mypy shellcheck)
backup=(etc/verity_squash_root/config.ini)