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

Jonas Witschel diabonas at archlinux.org
Sun Sep 13 10:51:19 UTC 2020


    Date: Sunday, September 13, 2020 @ 10:51:18
  Author: diabonas
Revision: 705101

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 10:51:13 UTC (rev 705100)
+++ PKGBUILD	2020-09-13 10:51:18 UTC (rev 705101)
@@ -1,37 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-pkgname=tpm2-totp
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='Attest the trustworthiness of a device against a human using time-based one-time passwords'
-arch=('x86_64')
-url='https://github.com/tpm2-software/tpm2-totp'
-license=('BSD')
-depends=('qrencode' 'tpm2-tss')
-checkdepends=('ibm-sw-tpm2' 'iproute2' 'oath-toolkit' 'tpm2-tools')
-optdepends=('initramfs: dracut and mkinitcpio hooks to display the TOTP during boot')
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('2bda34e89b76319a40206e08c0208b0f139309c0b0e40e7168b5e7562096750df504dfcae3a39e6f82fdccbf7a79ed0802d115fbd7560dc3f5b52d81fe8fb59c'
-            'SKIP')
-validpgpkeys=('D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84'  # Andreas Fuchs <andreas.fuchs at sit.fraunhofer.de>
-              'FE2E6249201CA54A4FB90D066E80CA1446879D04') # Jonas Witschel <diabonas at gmx.de>
-
-build() {
-	cd "$pkgname-$pkgver"
-	./configure --prefix=/usr \
-	            --libexecdir=/usr/lib \
-	            --with-dracutmodulesdir=/usr/lib/dracut/modules.d \
-	            --with-mkinitcpiodir=/usr/lib/initcpio \
-	            $( ((CHECKFUNC)) && echo --enable-integration)
-	make
-}
-
-check() {
-	cd "$pkgname-$pkgver"
-	make check
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-	install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: tpm2-totp/repos/community-x86_64/PKGBUILD (from rev 705100, tpm2-totp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-13 10:51:18 UTC (rev 705101)
@@ -0,0 +1,37 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=tpm2-totp
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Attest the trustworthiness of a device against a human using time-based one-time passwords'
+arch=('x86_64')
+url='https://github.com/tpm2-software/tpm2-totp'
+license=('BSD')
+depends=('qrencode' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-mu.so' 'libtss2-tctildr.so')
+checkdepends=('ibm-sw-tpm2' 'iproute2' 'oath-toolkit' 'tpm2-tools')
+optdepends=('initramfs: dracut and mkinitcpio hooks to display the TOTP during boot')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('d47cc8155a60a464afe602c3114ff8e6b2ff825457e6069693947421716b97c34b00f70adbcb4cda1b5b9639b8a3dfc7800295bbff99822da7a8077ebf78d6b2'
+            'SKIP')
+validpgpkeys=('D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84'  # Andreas Fuchs <andreas.fuchs at sit.fraunhofer.de>
+              'FE2E6249201CA54A4FB90D066E80CA1446879D04') # Jonas Witschel <diabonas at gmx.de>
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr \
+	            --libexecdir=/usr/lib \
+	            --with-dracutmodulesdir=/usr/lib/dracut/modules.d \
+	            --with-mkinitcpiodir=/usr/lib/initcpio \
+	            $( ((CHECKFUNC)) && echo --enable-integration)
+	make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+	install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list