summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCorey Hinshaw2017-03-12 20:05:47 -0400
committerCorey Hinshaw2017-03-12 20:05:47 -0400
commitaf89448291a72309a92217fce221417589aae146 (patch)
tree76fa8153eb0f5b7f244f1af1e9adcf6a0ed06e7b /PKGBUILD
parent13e93ce1baef3a12a6cea6451d68c15796d09c2e (diff)
downloadaur-af89448291a72309a92217fce221417589aae146.tar.gz
Clean up a few conditionals
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5086f28928c0..d408491b8d9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Corey Hinshaw <coreyhinshaw@gmail.com>
pkgname=luks-tpm
-pkgver=0.1.0
+pkgver=0.1.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=('97c7b2a7f45674e96ec25bd69f48bda7749c59bbf6744608d561f84410634198')
+sha256sums=('4d360ae7ec695ff3c8bf720971173c89a13625bbb34fa46e1ada85dee2bb1fb2')
package() {
install -Dm755 luks-tpm "${pkgdir}/usr/bin/luks-tpm"