Date: Saturday, September 5, 2020 @ 00:37:47 Author: heftig Revision: 395447
24-1 Modified: dbus-broker/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-04 23:09:46 UTC (rev 395446) +++ PKGBUILD 2020-09-05 00:37:47 UTC (rev 395447) @@ -1,8 +1,8 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: David Herrmann <[email protected]> pkgname=dbus-broker -pkgver=23 +pkgver=24 pkgrel=1 pkgdesc="Linux D-Bus Message Broker" url="https://github.com/bus1/dbus-broker/wiki" @@ -10,7 +10,7 @@ license=(Apache) depends=(systemd-libs expat audit) makedepends=(git meson systemd python-docutils) -_commit=63562655d3dc48460e8b06c540b8a98204cd46c5 # tags/v23^0 +_commit=3c652e4cbcc054533a0c8755463263a79d546332 # tags/v24^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' @@ -46,7 +46,7 @@ -D docs=true \ -D linux-4-17=true \ -D system-console-users=gdm,sddm,lightdm,lxdm - ninja -C build + meson compile -C build } check() {
