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

Jonas Witschel diabonas at archlinux.org
Wed May 27 22:56:46 UTC 2020


    Date: Wednesday, May 27, 2020 @ 22:56:46
  Author: diabonas
Revision: 636098

upgpkg: ibm-sw-tpm2 1628-1: upstream release

Modified:
  ibm-sw-tpm2/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 22:35:28 UTC (rev 636097)
+++ PKGBUILD	2020-05-27 22:56:46 UTC (rev 636098)
@@ -1,17 +1,15 @@
 # Maintainer: Jonas Witschel <diabonas at archlinux.org>
 # Contributor: Bruno Pagani <archange at archlinux.org>
 pkgname=ibm-sw-tpm2
-pkgver=1563
+pkgver=1628
 pkgrel=1
-pkgdesc='An implementation of the TCG TPM 2.0 specification by IBM'
+pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 specification'
 arch=('x86_64')
 url='https://sourceforge.net/projects/ibmswtpm2/'
 license=('BSD')
 depends=('openssl')
-source=("https://downloads.sourceforge.net/${pkgname//-}/ibmtpm$pkgver.tar.gz"
-        'ibm-sw-tpm2-1563_gcc-10-fix.patch::https://github.com/kgoldman/ibmswtpm2/commit/9bd2926c0f359f143141c32c2b261ca100d804c8.patch')
-sha512sums=('ff0b9e5f0d0070eb572b23641f7a0e70a8bc65cbf4b59dca1778be3bb014124011221a492147d4c492584e87af23e2f842ca6307641b3919f67a3f27f09312c0'
-            '476cba6e66da9c88804c16ce961c4d25a64ece27242336b2fdaf3a32d4cf4d72c2cad48cbe8357607c3b6a67e507918400c0611472b23cf5d00057a392f278ef')
+source=("https://downloads.sourceforge.net/${pkgname//-}/ibmtpm$pkgver.tar.gz")
+sha512sums=('ab47caa4406ba57c0afc6fadae304fc9ef5e3e125be0f2fb1955a419cf93cd5e9176e103f0b566825abc16cca00b795f98d2b407f0a2bf7b141ef4b025d907d0')
 
 prepare() {
 	sed -e 's|$(CCFLAGS)|& $(CFLAGS)|' \
@@ -18,9 +16,6 @@
 	    -e 's|$(LNFLAGS)|& $(LDFLAGS)|' \
 	    -e 's|-Werror ||' -e 's|-ggdb -O0||' \
 	    -i src/makefile
-
-	# Fix compilation with GCC 10 (https://github.com/kgoldman/ibmswtpm2/pull/3)
-	patch --strip=1 --input="$srcdir/ibm-sw-tpm2-1563_gcc-10-fix.patch"
 }
 
 build() {



More information about the arch-commits mailing list