summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brand2023-03-06 01:20:26 +0000
committerSimon Brand2023-03-06 01:20:26 +0000
commit11dddad48c71bd7f9c2c32bcdcfe2dbeddaf3365 (patch)
tree3f0c38f8a974af81a935032ded3f123fe4431a63
parent71c4893b460b997942aa3de177843510d51fbbad (diff)
downloadaur-11dddad48c71bd7f9c2c32bcdcfe2dbeddaf3365.tar.gz
Add dependency on cryptsetup (veritysetup) and age, since some commands wont work without
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c18ca4d5a23e..3be6ccd740d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,12 +13,13 @@ pkgbase = verity-squash-root
makedepends = python-setuptools
makedepends = python-wheel
depends = python
+ depends = age
depends = binutils
+ depends = cryptsetup
depends = efitools
depends = sbsigntools
depends = squashfs-tools
depends = tar
- optdepends = age: for encrypted secure boot keys
backup = etc/verity_squash_root/config.ini
source = verity-squash-root-0.2.3.tar.gz::https://github.com/brandsimon/verity-squash-root/archive/refs/tags/0.2.3.tar.gz
sha512sums = b87cab3d11b8a372df1998e82d7c523deee4621812e625a4b047a7f9c9570e2578af013ae9eaaaa5d05d1d30e15b78deba919dc00ed2b1b2bee9cb16d941c9a8
diff --git a/PKGBUILD b/PKGBUILD
index 9dbbf81d2848..ded0bd226e83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,9 @@ 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=(python binutils efitools sbsigntools squashfs-tools tar)
+depends=(python age binutils cryptsetup efitools sbsigntools squashfs-tools tar)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(flake8 mypy shellcheck)
-optdepends=('age: for encrypted secure boot keys')
backup=(etc/verity_squash_root/config.ini)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/brandsimon/verity-squash-root/archive/refs/tags/${pkgver}.tar.gz")
sha512sums=('b87cab3d11b8a372df1998e82d7c523deee4621812e625a4b047a7f9c9570e2578af013ae9eaaaa5d05d1d30e15b78deba919dc00ed2b1b2bee9cb16d941c9a8')