From 5a78a0002a658b4f94d8b790777a09ecf33ade73 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 17 Oct 2024 20:22:14 +0200 Subject: [PATCH] * update libtpms to 0.9.6-1.1 --- libtpms/.SRCINFO | 19 +++++++++++++++++++ libtpms/PKGBUILD | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 libtpms/.SRCINFO diff --git a/libtpms/.SRCINFO b/libtpms/.SRCINFO new file mode 100644 index 0000000000..14465c6c8a --- /dev/null +++ b/libtpms/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = libtpms + pkgdesc = Library providing a software emulation of a Trusted Platform Module (TPM 1.2 and TPM 2.0) + pkgver = 0.9.6 + pkgrel = 1.1 + url = https://github.com/stefanberger/libtpms + arch = x86_64 + arch = powerpc64le + arch = powerpc64 + arch = powerpc + arch = riscv64 + license = BSD + makedepends = git + depends = openssl + options = !lto + source = git+https://github.com/stefanberger/libtpms.git?signed#tag=fccd9f0ec5febf75ccec2742e75889cdfa329e53 + validpgpkeys = B818B9CADF9089C2D5CEC66B75AD65802A0B4211 + sha512sums = SKIP + +pkgname = libtpms diff --git a/libtpms/PKGBUILD b/libtpms/PKGBUILD index 2a8287e7c6..b6d84b3b8e 100644 --- a/libtpms/PKGBUILD +++ b/libtpms/PKGBUILD @@ -3,13 +3,14 @@ pkgname=libtpms pkgver=0.9.6 _tag=fccd9f0ec5febf75ccec2742e75889cdfa329e53 # git rev-parse "v$pkgver" -pkgrel=1 +pkgrel=1.1 pkgdesc='Library providing a software emulation of a Trusted Platform Module (TPM 1.2 and TPM 2.0)' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url='https://github.com/stefanberger/libtpms' license=('BSD') depends=('openssl') makedepends=('git') +options=(!lto) source=("git+$url.git?signed#tag=$_tag") sha512sums=('SKIP') validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger