summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-10-11 13:46:11 -0400
committerVincent Grande2020-10-11 13:46:11 -0400
commitd29b65d9fe0338a8317b4d366afef0617e4161f3 (patch)
tree56952a4906e26c94c70f24a06029828a7a48389a
parente610526b62605b689d8bbc3cb842fb9a46b6ceda (diff)
downloadaur-dbus-nosystemd-minimal-git.tar.gz
optional libaudit support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d6c955ccb46..8387f87af41b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,8 +20,7 @@ pkgbase = dbus-nosystemd-minimal-git
sha512sums = SKIP
pkgname = dbus-nosystemd-minimal-git
- depends = expat
- depends = libaudit.so
+ optdepends = libaudit.so: audit support
provides = libdbus
provides = libdbus-1.so
provides = dbus
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')