Date: Sunday, March 6, 2022 @ 08:45:26
  Author: diabonas
Revision: 1142304

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-06 08:45:09 UTC (rev 1142303)
+++ PKGBUILD    2022-03-06 08:45:26 UTC (rev 1142304)
@@ -1,38 +0,0 @@
-# Maintainer: Jonas Witschel <[email protected]>
-# Contributor: Bruno Pagani <[email protected]>
-pkgname=tpm2-abrmd
-pkgver=2.4.0
-pkgrel=1
-pkgdesc='Trusted Platform Module 2.0 Access Broker and Resource Management 
Daemon'
-arch=('x86_64')
-url='https://github.com/tpm2-software/tpm2-abrmd'
-license=('BSD')
-depends=('glib2' 'tpm2-tss' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-sys.so' 
'libtss2-tctildr.so')
-checkdepends=('cmocka' 'ibm-sw-tpm2' 'iproute2')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('c2ef05ca2db5a33d3067052779aa4c2485a63bd357d5fd90ef9d4644530b37aa28b906064eed3b15729131697a2a9d6b9cc3f05bea04810fd6601e405af48110'
-            'SKIP')
-validpgpkeys=('42007E876F248E04A3F2FE25AE4548D043DEC7C3'  # Philip Tricca 
<[email protected]>
-              'D760B790CCF0A41CBE7B047C316CC1FB24ABDC72'  # Tadeusz Struk 
<[email protected]>
-              '5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts 
(Bill Roberts) <[email protected]>
-
-build() {
-       cd "$pkgname-$pkgver"
-       ./configure --prefix=/usr \
-                   --sbindir=/usr/bin \
-                   --with-dbuspolicydir=/usr/share/dbus-1/system.d \
-                   $( ((CHECKFUNC)) && echo --enable-unit --enable-integration)
-       make
-}
-
-check() {
-       cd "$pkgname-$pkgver"
-       make check
-}
-
-package() {
-       cd "$pkgname-$pkgver"
-       make DESTDIR="$pkgdir" install
-       rm -r "$pkgdir/usr/lib/systemd/system-preset"
-       install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: tpm2-abrmd/repos/community-x86_64/PKGBUILD (from rev 1142303, 
tpm2-abrmd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-03-06 08:45:26 UTC (rev 1142304)
@@ -0,0 +1,38 @@
+# Maintainer: Jonas Witschel <[email protected]>
+# Contributor: Bruno Pagani <[email protected]>
+pkgname=tpm2-abrmd
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='Trusted Platform Module 2.0 Access Broker and Resource Management 
Daemon'
+arch=('x86_64')
+url='https://github.com/tpm2-software/tpm2-abrmd'
+license=('BSD')
+depends=('glib2' 'tpm2-tss' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-sys.so' 
'libtss2-tctildr.so')
+checkdepends=('cmocka' 'iproute2' 'swtpm')
+options=('debug' '!lto')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('0335285678cfceca4f185981ded90d213ff796cadddc9b5d6dbf2db533f81023a0f1089bbd8a8017bccb95190889be23b24d38a176d3368d221479aff4ff7d6c'
+            'SKIP')
+validpgpkeys=('42007E876F248E04A3F2FE25AE4548D043DEC7C3'  # Philip Tricca 
<[email protected]>
+              '5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts 
(Bill Roberts) <[email protected]>
+
+build() {
+       cd "$pkgname-$pkgver"
+       ./configure --prefix=/usr \
+                   --sbindir=/usr/bin \
+                   --with-dbuspolicydir=/usr/share/dbus-1/system.d \
+                   $( ((CHECKFUNC)) && echo --enable-unit --enable-integration)
+       make
+}
+
+check() {
+       cd "$pkgname-$pkgver"
+       make check
+}
+
+package() {
+       cd "$pkgname-$pkgver"
+       make DESTDIR="$pkgdir" install
+       rm -r "$pkgdir/usr/lib/systemd/system-preset"
+       install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}

Reply via email to