Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
pam-u2f


Commits:
708ff4ab by Robin Candau at 2024-05-30T08:54:42+02:00
upgpkg: 1.3.0-2: Rebuild packages signed by maximbaz
https://archlinux.org/todo/rebuild-packages-signed-by-maximbaz/

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,20 @@
+pkgbase = pam-u2f
+       pkgdesc = Universal 2nd Factor (U2F) PAM authentication module from 
Yubico
+       pkgver = 1.3.0
+       pkgrel = 2
+       url = https://developers.yubico.com/pam-u2f
+       arch = x86_64
+       license = BSD-2-Clause
+       makedepends = asciidoc
+       depends = libfido2
+       depends = openssl
+       depends = pam
+       replaces = pam_u2f
+       source = 
https://developers.yubico.com/pam-u2f/Releases/pam_u2f-1.3.0.tar.gz
+       source = 
https://developers.yubico.com/pam-u2f/Releases/pam_u2f-1.3.0.tar.gz.sig
+       validpgpkeys = B70D62AA6A31AD6B9E4F9F4BDC8888925D25CA7A
+       validpgpkeys = 78D997D53E9C0A2A205392ED14A19784723C9988
+       b2sums = 
602ce0fd00105f7fbdea1805a5efde1302149d9f7977f3c52d576d7f4b9a1a95678b1463f19107b494e62c3722e319e05e0ec54f5839f70b855b59eecdf92112
+       b2sums = SKIP
+
+pkgname = pam-u2f


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[pam_u2f]
+source = "github"
+github = "Yubico/pam-u2f"
+prefix = "pam_u2f-"
+use_latest_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=====================================
PKGBUILD
=====================================
@@ -1,4 +1,5 @@
-# Maintainer: Maxim Baz <archlinux at maximbaz dot com>
+# Maintainer: Robin Candau <an...@archlinux.org>
+# Contributor: Maxim Baz <archlinux at maximbaz dot com>
 # Contributor: Maxime de Roucy <maxime.dero...@gmail.com>
 # Contributor: David Manouchehri <manouche...@riseup.net>
 # Contributor: Sven Lechner <sirwindfi...@users.noreply.github.com>
@@ -6,11 +7,11 @@
 pkgname=pam-u2f
 _name="${pkgname/-/_}"
 pkgver=1.3.0
-pkgrel=1
-pkgdesc='Universal 2nd Factor (U2F) PAM authentication module from Yubico'
+pkgrel=2
+pkgdesc="Universal 2nd Factor (U2F) PAM authentication module from Yubico"
+url="https://developers.yubico.com/pam-u2f";
 arch=('x86_64')
-url='https://developers.yubico.com/pam-u2f'
-license=('BSD')
+license=('BSD-2-Clause')
 replaces=("${_name}")
 depends=('libfido2' 'openssl' 'pam')
 makedepends=('asciidoc')
@@ -23,22 +24,20 @@ validpgpkeys=(
 )
 
 build() {
-    cd "${_name}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --with-pam-dir=/usr/lib/security
-    make
+       cd "${_name}-${pkgver}"
+       ./configure \
+           --prefix=/usr \
+           --with-pam-dir=/usr/lib/security
+       make
 }
 
 check() {
-    cd "${_name}-${pkgver}"
-    make check
+       cd "${_name}-${pkgver}"
+       make check
 }
 
 package() {
-    cd "${_name}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" COPYING
+       cd "${_name}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+       install -Dm 644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING" 
 }
-
-# vim:set ts=4 sw=4 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pam-u2f/-/commit/708ff4ab6f9e7fe6f17100109b15425424e9d6a0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pam-u2f/-/commit/708ff4ab6f9e7fe6f17100109b15425424e9d6a0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to