summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihir Lad2020-05-23 23:28:54 -0400
committerMihir Lad2020-05-23 23:28:54 -0400
commit0abff0c9ac8a1ef0d680a98db5df28f930e6ddd5 (patch)
tree0f6ac478febad18a05a923e0ed202042e4feae6f
parent86feb0262c5195f1f7758e12c8430f1efeec3c45 (diff)
downloadaur-0abff0c9ac8a1ef0d680a98db5df28f930e6ddd5.tar.gz
Add cryptsetup as depend and bump to v1.0.4
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4388fbc95e7b..7aa1cb8a2085 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = dracut-luks-tpm2
pkgdesc = Dracut module to retrieve LUKS key from TPM
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/mihirlad55/dracut-luks-tpm2
arch = any
license = GPL3
depends = tpm2-tools
depends = dracut
- source = dracut-luks-tpm2::git+https://github.com/mihirlad55/dracut-luks-tpm2.git#tag=v1.0.3
+ depends = cryptsetup
+ source = dracut-luks-tpm2::git+https://github.com/mihirlad55/dracut-luks-tpm2.git#tag=v1.0.4
md5sums = SKIP
pkgname = dracut-luks-tpm2
diff --git a/PKGBUILD b/PKGBUILD
index 3328bd1dcf6b..7f0c2ec04a73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer Mihir Lad <contact at mihirlad dot com>
pkgname=dracut-luks-tpm2
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="Dracut module to retrieve LUKS key from TPM"
arch=('any')
url='https://github.com/mihirlad55/dracut-luks-tpm2'
license=('GPL3')
-depends=('tpm2-tools' 'dracut')
+depends=('tpm2-tools' 'dracut' 'cryptsetup')
optdepends=()
makedepends=()