summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Muehlhaeuser2018-07-22 09:39:27 +0200
committerChristian Muehlhaeuser2018-07-22 09:39:27 +0200
commit3c8cf23414a997d01a563a90da7d74e8a7383988 (patch)
treef688cd6cd1a1a3b880bef217871b65e1e788d98f
parent040745bcc970bc87bf1650bcd2b5b847ea272571 (diff)
downloadaur-3c8cf23414a997d01a563a90da7d74e8a7383988.tar.gz
Install system-auth-beacon to /etc/pam.d
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcfb20635744..597ed5f7e21b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pam_beacon-git
pkgdesc = PAM module for multi-factor authentication with Bluetooth Devices & Beacons
- pkgver = r19.0d4021f
+ pkgver = r20.4a0bd5a
pkgrel = 1
url = https://github.com/muesli/pam-beacon
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6d39c88d88e6..bfc9c0ba281f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Muehlhaeuser <muesli at gmail dot com>
pkgname=pam_beacon-git
-pkgver=r19.0d4021f
+pkgver=r20.4a0bd5a
pkgrel=1
pkgdesc="PAM module for multi-factor authentication with Bluetooth Devices & Beacons"
arch=('x86_64')
@@ -33,6 +33,8 @@ package() {
# Install binary
install -Dm755 "pam_beacon.so" "$pkgdir/usr/lib/security/pam_beacon.so"
+ # Install PAM config
+ install -Dm644 config/pam.d/system-auth-beacon "$pkgdir/etc/pam.d/system-auth-beacon"
# Copy License
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}