summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2020-10-11 13:46:11 -0400
committerVincent Grande2020-10-11 13:46:11 -0400
commitd29b65d9fe0338a8317b4d366afef0617e4161f3 (patch)
tree56952a4906e26c94c70f24a06029828a7a48389a /PKGBUILD
parente610526b62605b689d8bbc3cb842fb9a46b6ceda (diff)
downloadaur-dbus-nosystemd-minimal-git.tar.gz
optional libaudit support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c44f8116700..ea9bc13d36b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -84,7 +84,7 @@ build() {
#}
package_dbus-nosystemd-minimal-git(){
- depends+=('libaudit.so')
+ optdepends+=('libaudit.so: audit support')
provides=('libdbus' 'libdbus-1.so' 'dbus')
conflicts=('libdbus' 'dbus')
replaces=('libdbus')