Date: Tuesday, September 10, 2019 @ 18:58:00 Author: heftig Revision: 362136
2.34.0-1 Modified: at-spi2-core/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-10 18:56:02 UTC (rev 362135) +++ PKGBUILD 2019-09-10 18:58:00 UTC (rev 362136) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=at-spi2-core -pkgver=2.32.1 +pkgver=2.34.0 pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" url="https://gitlab.gnome.org/GNOME/at-spi2-core" @@ -11,7 +11,7 @@ depends=(dbus glib2 libxtst) makedepends=(gobject-introspection git gtk-doc meson dbus-broker) optdepends=('dbus-broker: Alternative bus implementation') -_commit=89001a86a037cfabf27e912b902929b5daeb3c55 # tags/AT_SPI2_CORE_2_32_1^0 +_commit=6da122f1e8d6b02dda0f368610ab72fc3d1720cf # tags/AT_SPI2_CORE_2_34_0^0 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit") sha256sums=('SKIP') @@ -34,7 +34,7 @@ check() { # memory test fails without desktop # broker fails to launch without journald - dbus-run-session meson test -C build || : + dbus-run-session meson test -C build --print-errorlogs || : } package() {
