[arch-commits] Commit in dbus/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Jan 22 23:23:34 UTC 2020


    Date: Wednesday, January 22, 2020 @ 23:23:34
  Author: heftig
Revision: 373810

1.12.16-5: don't use underspecified libdepends

Modified:
  dbus/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 22:59:38 UTC (rev 373809)
+++ PKGBUILD	2020-01-22 23:23:34 UTC (rev 373810)
@@ -6,12 +6,12 @@
 pkgbase=dbus
 pkgname=(dbus dbus-docs)
 pkgver=1.12.16
-pkgrel=4
+pkgrel=5
 pkgdesc="Freedesktop.org message bus system"
 url="https://wiki.freedesktop.org/www/Software/dbus/"
 arch=(x86_64)
 license=(GPL custom)
-depends=(expat libsystemd.so libaudit.so)
+depends=(systemd-libs expat audit)
 makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git autoconf-archive)
 _commit=23cc709db8fab94f11fa48772bff396b20aea8b0  # tags/dbus-1.12.16^0
 source=("git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=$_commit"
@@ -60,6 +60,7 @@
 }
 
 package_dbus() {
+  depends+=(libsystemd.so libaudit.so)
   provides=(libdbus libdbus-1.so)
   conflicts=(libdbus)
   replaces=(libdbus)



More information about the arch-commits mailing list