Package Details: authselect 1.5.0-1

Git Clone URL: https://aur.archlinux.org/authselect.git (read-only, click to copy)
Package Base: authselect
Description: Tool to select system authentication and identity sources from a list of supported profiles.
Upstream URL: https://github.com/authselect/authselect
Licenses: GPL3
Conflicts: authconfig
Provides: authconfig
Submitter: patlefort
Maintainer: patlefort
Last Packager: patlefort
Votes: 1
Popularity: 0.000000
First Submitted: 2021-03-21 03:36 (UTC)
Last Updated: 2024-01-18 21:36 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Pinned Comments

patlefort commented on 2021-12-07 00:46 (UTC)

Big change in version 1.3.0: user-nsswitch.conf functionality is dropped.

Latest Comments

patlefort commented on 2021-12-07 00:46 (UTC)

Big change in version 1.3.0: user-nsswitch.conf functionality is dropped.

patlefort commented on 2021-03-22 23:12 (UTC)

Fixed, thanks.

mober commented on 2021-03-22 22:34 (UTC)

Misses dependency for libselinux

diff --git a/PKGBUILD b/PKGBUILD
index 32b3db4..e869509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@

pkgname=authselect
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Authselect is a tool to select system authentication and identity sources from a list of supported profiles."
arch=('i686' 'x86_64')
url="https://github.com/authselect/authselect"
license=('GPL3')
-depends=('popt' 'asciidoc')
+depends=('popt' 'asciidoc' 'libselinux')
provides=('authconfig')
conflicts=('authconfig')
makedepends=()