Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
tpm2-tss
Commits:
24ec627d by Tobias Powalowski at 2024-08-29T15:04:49+02:00
update license
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 Software Stack
(TSS2)'
arch=('x86_64')
url='https://github.com/tpm2-software/tpm2-tss'
-license=('LicenseRef-BSD')
+license=('LicenseRef-BSD-2-Clause')
depends=(
curl
json-c
@@ -48,10 +48,11 @@ source=(
git+https://github.com/tpm2-software/tpm2-tss?signed#tag=${pkgver}
)
b2sums=('2337287c0c7825b27a4639ed055c9a44eb08432110e032e244cb21f77f087b8bea1740f9e313fc5f0b54f03b1cc3c26287f874fef15710d7dc44dbf1ac1b2cfb')
-validpgpkeys=('D533275B0123D0A679F51FF48F4F9A45D7FFEE74' # Andreas Fuchs
<[email protected]
- 'D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84' # Andreas Fuchs
<[email protected]>
- '5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1' # William Roberts
(Bill Roberts) <[email protected]>
- )
+validpgpkeys=(
+ 'D533275B0123D0A679F51FF48F4F9A45D7FFEE74' # Andreas Fuchs
<[email protected]
+ 'D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84' # Andreas Fuchs
<[email protected]>
+ '5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1' # William Roberts (Bill Roberts)
<[email protected]>
+)
prepare() {
cd "${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/24ec627d15256c0dcd6bf8bc70db5fa95841048b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/24ec627d15256c0dcd6bf8bc70db5fa95841048b
You're receiving this email because of your account on gitlab.archlinux.org.