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

Jonas Witschel diabonas at gemini.archlinux.org
Wed Nov 24 16:15:16 UTC 2021


    Date: Wednesday, November 24, 2021 @ 16:15:16
  Author: diabonas
Revision: 1054707

archrelease: copy trunk to community-x86_64

Added:
  libtpms/repos/community-x86_64/PKGBUILD
    (from rev 1054706, libtpms/trunk/PKGBUILD)
Deleted:
  libtpms/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-24 16:15:05 UTC (rev 1054706)
+++ PKGBUILD	2021-11-24 16:15:16 UTC (rev 1054707)
@@ -1,41 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-pkgname=libtpms
-pkgver=0.9.0
-_tag=30a8dc68770d308ae55ed738423e93a0d9f56431 # git rev-parse "v$pkgver"
-pkgrel=1
-pkgdesc='Library providing a software emulation of a Trusted Platform Module (TPM 1.2 and TPM 2.0)'
-arch=('x86_64')
-url='https://github.com/stefanberger/libtpms'
-license=('BSD')
-depends=('openssl')
-makedepends=('git')
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger <stefanb at linux.vnet.ibm.com>
-
-pkgver() {
-	cd "$pkgname"
-	git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-prepare() {
-	cd "$pkgname"
-	autoreconf --install --force
-}
-
-build() {
-	cd "$pkgname"
-	./configure --prefix=/usr --with-openssl --with-tpm2
-	make
-}
-
-check() {
-	cd "$pkgname"
-	make check
-}
-
-package() {
-	cd "$pkgname"
-	make DESTDIR="$pkgdir" install
-	install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: libtpms/repos/community-x86_64/PKGBUILD (from rev 1054706, libtpms/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-24 16:15:16 UTC (rev 1054707)
@@ -0,0 +1,41 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=libtpms
+pkgver=0.9.1
+_tag=be155deee556054a168aee476feb423184193fd4 # git rev-parse "v$pkgver"
+pkgrel=1
+pkgdesc='Library providing a software emulation of a Trusted Platform Module (TPM 1.2 and TPM 2.0)'
+arch=('x86_64')
+url='https://github.com/stefanberger/libtpms'
+license=('BSD')
+depends=('openssl')
+makedepends=('git')
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger <stefanb at linux.vnet.ibm.com>
+
+pkgver() {
+	cd "$pkgname"
+	git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+prepare() {
+	cd "$pkgname"
+	autoreconf --install --force
+}
+
+build() {
+	cd "$pkgname"
+	./configure --prefix=/usr --with-openssl --with-tpm2
+	make
+}
+
+check() {
+	cd "$pkgname"
+	make check
+}
+
+package() {
+	cd "$pkgname"
+	make DESTDIR="$pkgdir" install
+	install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list