* update libtpms to 0.9.6-1.1
This commit is contained in:
parent
637c37fd1a
commit
5a78a0002a
19
libtpms/.SRCINFO
Normal file
19
libtpms/.SRCINFO
Normal file
@ -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
|
@ -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 <stefanb@linux.vnet.ibm.com>
|
||||
|
Loading…
x
Reference in New Issue
Block a user