summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)