Date: Thursday, May 2, 2019 @ 14:20:22 Author: heftig Revision: 352380
21-1 Modified: dbus-broker/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-02 12:19:43 UTC (rev 352379) +++ PKGBUILD 2019-05-02 14:20:22 UTC (rev 352380) @@ -2,7 +2,7 @@ # Contributor: David Herrmann <[email protected]> pkgname=dbus-broker -pkgver=20 +pkgver=21 pkgrel=1 pkgdesc="Linux D-Bus Message Broker" url="https://groups.google.com/forum/#!forum/bus1-devel" @@ -10,7 +10,7 @@ license=(Apache) depends=(systemd-libs expat audit) makedepends=(git meson systemd python-docutils) -_commit=2d3764f3d35316dfbf8f9c07ad58dc3ff335f22b # tags/v20^0 +_commit=d03c640cf52c74688881c46f171c526ba707016f # tags/v21^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 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
