summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')