[arch-commits] Commit in pam-u2f/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxim Baz
maximbaz at gemini.archlinux.org
Mon May 23 13:58:21 UTC 2022
Date: Monday, May 23, 2022 @ 13:58:21
Author: maximbaz
Revision: 1210112
archrelease: copy trunk to community-x86_64
Added:
pam-u2f/repos/community-x86_64/PKGBUILD
(from rev 1210111, pam-u2f/trunk/PKGBUILD)
Deleted:
pam-u2f/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-23 13:58:18 UTC (rev 1210111)
+++ PKGBUILD 2022-05-23 13:58:21 UTC (rev 1210112)
@@ -1,44 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Maxime de Roucy <maxime.deroucy at gmail.com>
-# Contributor: David Manouchehri <manouchehri at riseup.net>
-# Contributor: Sven Lechner <SirWindfield at users.noreply.github.com>
-
-pkgname=pam-u2f
-_name="${pkgname/-/_}"
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='Universal 2nd Factor (U2F) PAM authentication module from Yubico'
-arch=('x86_64')
-url='https://developers.yubico.com/pam-u2f'
-license=('BSD')
-replaces=("${_name}")
-depends=('libfido2' 'openssl' 'pam')
-makedepends=('asciidoc')
-source=("${url}/Releases/${_name}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('2303e6f99b1fde8ee3c3ab28a4de2da6ddd225c953693e845d6b2d8388221fb3'
- 'SKIP')
-validpgpkeys=(
- 'B70D62AA6A31AD6B9E4F9F4BDC8888925D25CA7A' # Alessio Di Mauro <alessio at yubico.com>
- '78D997D53E9C0A2A205392ED14A19784723C9988' # Ludvig Michaelsson <ludvig.michaelsson at yubico.com>
-)
-
-build() {
- cd "${_name}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --with-pam-dir=/usr/lib/security
- make
-}
-
-check() {
- cd "${_name}-${pkgver}"
- make check
-}
-
-package() {
- cd "${_name}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" COPYING
-}
-
-# vim:set ts=4 sw=4 et:
Copied: pam-u2f/repos/community-x86_64/PKGBUILD (from rev 1210111, pam-u2f/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-23 13:58:21 UTC (rev 1210112)
@@ -0,0 +1,44 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Maxime de Roucy <maxime.deroucy at gmail.com>
+# Contributor: David Manouchehri <manouchehri at riseup.net>
+# Contributor: Sven Lechner <SirWindfield at users.noreply.github.com>
+
+pkgname=pam-u2f
+_name="${pkgname/-/_}"
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Universal 2nd Factor (U2F) PAM authentication module from Yubico'
+arch=('x86_64')
+url='https://developers.yubico.com/pam-u2f'
+license=('BSD')
+replaces=("${_name}")
+depends=('libfido2' 'openssl' 'pam')
+makedepends=('asciidoc')
+source=("${url}/Releases/${_name}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('70e741bca197b64b4fbe8dd1f6d57ce2b8ad58ca786352c525f3f2d44125894c'
+ 'SKIP')
+validpgpkeys=(
+ 'B70D62AA6A31AD6B9E4F9F4BDC8888925D25CA7A' # Alessio Di Mauro <alessio at yubico.com>
+ '78D997D53E9C0A2A205392ED14A19784723C9988' # Ludvig Michaelsson <ludvig.michaelsson at yubico.com>
+)
+
+build() {
+ cd "${_name}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --with-pam-dir=/usr/lib/security
+ make
+}
+
+check() {
+ cd "${_name}-${pkgver}"
+ make check
+}
+
+package() {
+ cd "${_name}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" COPYING
+}
+
+# vim:set ts=4 sw=4 et:
More information about the arch-commits
mailing list