summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-03-22 19:11:51 -0400
committerPatrick Northon2021-03-22 19:11:51 -0400
commit99254cd5c78f0650cade4db9909fcaa29633092f (patch)
treeb8a4d0fd174666667494240730841a66376c2796
parent425423a79088514803580fe197871524afbea537 (diff)
downloadaur-99254cd5c78f0650cade4db9909fcaa29633092f.tar.gz
Add libselinux in depends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ffb0916f172..bc4c9a160db2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = authselect
pkgdesc = Authselect is a tool to select system authentication and identity sources from a list of supported profiles.
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/authselect/authselect
arch = i686
arch = x86_64
license = GPL3
depends = popt
depends = asciidoc
+ depends = libselinux
provides = authconfig
conflicts = authconfig
source = https://github.com/authselect/authselect/archive/refs/tags/1.2.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 32b3db49f7d7..e8695097fd01 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=()