Date: Monday, May 11, 2020 @ 21:06:55 Author: heftig Revision: 383253
23-1 Modified: dbus-broker/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-11 19:14:10 UTC (rev 383252) +++ PKGBUILD 2020-05-11 21:06:55 UTC (rev 383253) @@ -2,8 +2,8 @@ # Contributor: David Herrmann <[email protected]> pkgname=dbus-broker -pkgver=22 -pkgrel=2 +pkgver=23 +pkgrel=1 pkgdesc="Linux D-Bus Message Broker" url="https://github.com/bus1/dbus-broker/wiki" arch=(x86_64) @@ -10,7 +10,7 @@ license=(Apache) depends=(systemd-libs expat audit) makedepends=(git meson systemd python-docutils) -_commit=6d55eb8aa772ed7d69d6b98ab007f2308df5a613 # tags/v22^0 +_commit=63562655d3dc48460e8b06c540b8a98204cd46c5 # tags/v23^0 source=("git+https://github.com/bus1/dbus-broker#commit=$_commit" git+https://github.com/c-util/c-{rbtree,list,dvar,utf8,shquote,ini,stdaux}) sha256sums=('SKIP' @@ -44,6 +44,7 @@ arch-meson $pkgname build \ -D audit=true \ -D docs=true \ + -D linux-4-17=true \ -D system-console-users=gdm,sddm,lightdm,lxdm ninja -C build }
