Package Details: authselect 1.7.1-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: GPL-3.0-only
Conflicts: authconfig
Provides: authconfig
Submitter: patlefort
Maintainer: patlefort
Last Packager: patlefort
Votes: 2
Popularity: 0.94
First Submitted: 2021-03-21 03:36 (UTC)
Last Updated: 2026-01-20 17:27 (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

JakauBahuslau commented on 2026-01-19 05:40 (UTC)

Build fails while checking checksum (sha256sum of authselect-1.7.0.tar.gz is c4f6dd3a487b1851bca7e841ed68296f2c92f5c01c64cf98199d6f2d7e3d69b2 but PKGBUILD contains 196397f9fa1a900a930e635dfefd2ce8c1df1658844af81c4bfd60c64a3fe5bd)

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=()