summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCorey Hinshaw2017-03-14 13:26:48 -0400
committerCorey Hinshaw2017-03-14 13:26:48 -0400
commit4247061b6b95635fedeb7f7175e1774edd2bbec5 (patch)
tree74b0b0c6f6d2fcfe86e08e5923f45a4138ce8277 /PKGBUILD
parentf968a74dbf4aae05b72da89949c8d4605d3020e5 (diff)
downloadaur-4247061b6b95635fedeb7f7175e1774edd2bbec5.tar.gz
Fix STDERR redirection issue for invalid options
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4eb0fdbef70e..0e043eaca9db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Corey Hinshaw <coreyhinshaw@gmail.com>
pkgname=luks-tpm
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Utility to manage LUKS keyfiles sealed by the TPM"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('tpm-tools' 'trousers' 'cryptsetup' 'coreutils' 'util-linux')
source=('luks-tpm')
-sha256sums=('c3e1369c91aac6d5bcf6efd1d9b506abd2cf6ddf35da1381887649206b51eef8')
+sha256sums=('45e4009da6ff8810cb38f4178a23023c0111563d2a500292459c58d6dd5e058c')
package() {
install -Dm755 luks-tpm "${pkgdir}/usr/bin/luks-tpm"