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

Jonas Witschel diabonas at archlinux.org
Sat Oct 31 15:04:35 UTC 2020


    Date: Saturday, October 31, 2020 @ 15:04:34
  Author: diabonas
Revision: 737780

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-31 15:04:28 UTC (rev 737779)
+++ PKGBUILD	2020-10-31 15:04:34 UTC (rev 737780)
@@ -1,41 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-pkgname=libtpms
-pkgver=0.7.3
-_tag=ed3b1a758c839bce3c210e2b734f4ea34b74951e # git rev-parse "v$pkgver"
-pkgrel=2
-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 737779, libtpms/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-31 15:04:34 UTC (rev 737780)
@@ -0,0 +1,41 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=libtpms
+pkgver=0.7.4
+_tag=1ea1261c05a17889f4864f4115e30633faff5ca3 # 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