diff options
author | Corey Hinshaw | 2017-03-12 20:05:47 -0400 |
---|---|---|
committer | Corey Hinshaw | 2017-03-12 20:05:47 -0400 |
commit | af89448291a72309a92217fce221417589aae146 (patch) | |
tree | 76fa8153eb0f5b7f244f1af1e9adcf6a0ed06e7b /PKGBUILD | |
parent | 13e93ce1baef3a12a6cea6451d68c15796d09c2e (diff) | |
download | aur-af89448291a72309a92217fce221417589aae146.tar.gz |
Clean up a few conditionals
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |