[arch-commits] Commit in pam-u2f/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Wed Jun 5 10:20:13 UTC 2019
Date: Wednesday, June 5, 2019 @ 10:20:13
Author: maximbaz
Revision: 476963
archrelease: copy trunk to community-x86_64
Added:
pam-u2f/repos/community-x86_64/PKGBUILD
(from rev 476962, pam-u2f/trunk/PKGBUILD)
Deleted:
pam-u2f/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-05 10:20:06 UTC (rev 476962)
+++ PKGBUILD 2019-06-05 10:20:13 UTC (rev 476963)
@@ -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.0.7
-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=('libu2f-host' 'libu2f-server' 'pam')
-makedepends=('asciidoc')
-source=("${url}/Releases/${_name}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('034aad8e29b159443dd6c1b7740006addc83d0659304fc4b0b4fb592f768e7cf'
- 'SKIP')
-validpgpkeys=('B70D62AA6A31AD6B9E4F9F4BDC8888925D25CA7A') # Alessio Di Mauro <alessio 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 476962, pam-u2f/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-06-05 10:20:13 UTC (rev 476963)
@@ -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.0.8
+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=('libu2f-host' 'libu2f-server' 'pam')
+makedepends=('asciidoc')
+source=("${url}/Releases/${_name}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('52a203a6fab6160e06c1369ff104afed62007ca3ffbb40c297352232fa975c99'
+ 'SKIP')
+validpgpkeys=('B70D62AA6A31AD6B9E4F9F4BDC8888925D25CA7A') # Alessio Di Mauro <alessio 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