[arch-commits] Commit in tpm2-tss/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue May 28 17:12:50 UTC 2019


    Date: Tuesday, May 28, 2019 @ 17:12:50
  Author: archange
Revision: 472782

archrelease: copy trunk to community-x86_64

Added:
  tpm2-tss/repos/community-x86_64/PKGBUILD
    (from rev 472781, tpm2-tss/trunk/PKGBUILD)
Deleted:
  tpm2-tss/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-28 17:12:39 UTC (rev 472781)
+++ PKGBUILD	2019-05-28 17:12:50 UTC (rev 472782)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=tpm2-tss
-pkgver=2.2.2
-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=('BSD')
-depends=('openssl')
-makedepends=('doxygen')
-checkdepends=('cmocka' 'ibm-sw-tpm2' 'iproute2' 'procps-ng' 'uthash')
-source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('c1d5ebed8ab77e5ec59aeb8c19b42a7516776994e67ce1f7924716c5ee0e712d' 'SKIP')
-validpgpkeys=('D760B790CCF0A41CBE7B047C316CC1FB24ABDC72') # Tadeusz Struk <tadeusz.struk at intel.com>
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure --prefix=/usr --with-udevrulesprefix=60- $( ((CHECKFUNC)) && echo --enable-unit --enable-integration)
-    make
-}
-
-check() {
-    cd ${pkgname}-${pkgver}
-    make check
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-    install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-    echo 'u tss - "tss user for tpm2"' | install -Dm644 /dev/stdin "${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-}

Copied: tpm2-tss/repos/community-x86_64/PKGBUILD (from rev 472781, tpm2-tss/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-28 17:12:50 UTC (rev 472782)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=tpm2-tss
+pkgver=2.2.3
+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=(BSD)
+depends=(openssl)
+makedepends=(doxygen)
+checkdepends=(cmocka ibm-sw-tpm2 iproute2 procps-ng uthash)
+source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('1369aee648b33128b9ee8e3ad87f5fc6dc37c2077b9f134223ea04f4809a99c3' 'SKIP')
+validpgpkeys=(D760B790CCF0A41CBE7B047C316CC1FB24ABDC72 # Tadeusz Struk <tadeusz.struk at intel.com>
+              D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84) #Andreas Fuchs <andreas.fuchs at sit.fraunhofer.de>
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr --with-udevrulesprefix=60- $( ((CHECKFUNC)) && echo --enable-unit --enable-integration)
+    make
+}
+
+check() {
+    cd ${pkgname}-${pkgver}
+    make check
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+    install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+    echo 'u tss - "tss user for tpm2"' | install -Dm644 /dev/stdin "${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+}



More information about the arch-commits mailing list