summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Witschel2018-07-28 17:29:00 +0200
committerJonas Witschel2018-07-28 17:29:00 +0200
commit3ef8cf6b00b71c70a91fe26f84bc0d3e0efd7e90 (patch)
tree9fb7c2e4639c2c9ce03a89261a439a1f35e3c354 /PKGBUILD
parent7a05da39ba619bec8c561737c2eb3be3e399b4e1 (diff)
downloadaur-3ef8cf6b00b71c70a91fe26f84bc0d3e0efd7e90.tar.gz
Remove unnecessary checkdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 446141ea7f7b..1db2926c586b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=tpm2-tools-git
pkgver=3.0.2.r629.0e37ed6
-pkgrel=1
+pkgrel=2
pkgdesc='TPM (Trusted Platform Module) 2.0 tools based on TPM2.0-TSS'
arch=('x86_64')
url='https://github.com/tpm2-software/tpm2-tools'
license=('BSD')
depends=('tpm2-tss>=2.0.0' 'curl')
makedepends=('git' 'autoconf-archive')
-checkdepends=('cmocka>=1.0.0')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+$url.git")