summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimPilotAdamT2022-06-16 11:26:24 +0100
committerSimPilotAdamT2022-06-16 11:26:24 +0100
commitea351a48de6267f90d19156b1f32f0b6912521d0 (patch)
tree475d717cb28488ec29efea7d8dbf4f3ea063daee
parentcf725555f5e65565f2024fdf80600a6addcc4fa4 (diff)
downloadaur-mkinitcpio-clevis-hook.tar.gz
adding missing dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23361dc8646b..459b032ee846 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mkinitcpio-clevis-hook
pkgdesc = A simple hook to unlock LUKS devices on boot with clevis and TPM on Arch Linux and its derivatives, including the non-systemd versions
pkgver = 1.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/kishorv06/arch-mkinitcpio-clevis-hook
arch = any
license = GPL3
@@ -11,6 +11,7 @@ pkgbase = mkinitcpio-clevis-hook
depends = luksmeta
depends = libpwquality
depends = mkinitcpio
+ depends = tpm2-abrmd
source = git+https://github.com/kishorv06/arch-mkinitcpio-clevis-hook.git/
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e17a0e36b126..e9431738a1fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=mkinitcpio-clevis-hook
pkgver=1.0
-pkgrel=5
+pkgrel=6
pkgdesc="A simple hook to unlock LUKS devices on boot with clevis and TPM on Arch Linux and its derivatives, including the non-systemd versions"
arch=('any')
url="https://github.com/kishorv06/arch-mkinitcpio-clevis-hook"
license=("GPL3")
-depends=("clevis" "tpm2-tools" "luksmeta" "libpwquality" "mkinitcpio")
+depends=("clevis" "tpm2-tools" "luksmeta" "libpwquality" "mkinitcpio" "tpm2-abrmd")
makedepends=("git")
source=("git+$url.git/")
md5sums=("SKIP")