[arch-commits] Commit in tpm2-abrmd/trunk (PKGBUILD)

Jonas Witschel diabonas at archlinux.org
Wed Aug 5 07:32:09 UTC 2020


    Date: Wednesday, August 5, 2020 @ 07:32:09
  Author: diabonas
Revision: 669054

upgpkg: tpm2-abrmd 2.3.2-3: tpm2-tss 3.0.0 rebuild

Modified:
  tpm2-abrmd/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-05 07:31:35 UTC (rev 669053)
+++ PKGBUILD	2020-08-05 07:32:09 UTC (rev 669054)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Pagani <archange at archlinux.org>
 pkgname=tpm2-abrmd
 pkgver=2.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Trusted Platform Module 2.0 Access Broker and Resource Management Daemon'
 arch=('x86_64')
 url='https://github.com/tpm2-software/tpm2-abrmd'
@@ -17,11 +17,10 @@
 
 build() {
 	cd "$pkgname-$pkgver"
-	./configure \
-	    --prefix=/usr \
-	    --sbindir=/usr/bin \
-	    --with-dbuspolicydir=/usr/share/dbus-1/system.d \
-	    $( ((CHECKFUNC)) && echo --enable-unit --enable-integration)
+	./configure --prefix=/usr \
+	            --sbindir=/usr/bin \
+	            --with-dbuspolicydir=/usr/share/dbus-1/system.d \
+	            $( ((CHECKFUNC)) && echo --enable-unit --enable-integration)
 	make
 }
 



More information about the arch-commits mailing list