summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 277216899cc4..f2eb1f8c3270 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=tpm_futurepcr
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='Calculate future TPM PCRs after a kernel upgrade'
arch=('any')
url="https://github.com/grawity/${pkgname}"
license=('MIT')
-depends=('python' 'python-signify' 'tpm2-tools')
+depends=('python' 'python-signify' 'python-pyasn1-modules' 'tpm2-tools')
makedepends=('python-setuptools')
source=("https://github.com/grawity/${pkgname}/archive/v${pkgver}.tar.gz")