Date: Tuesday, September 10, 2019 @ 19:00:56 Author: heftig Revision: 362140
2.34.0-1 Modified: at-spi2-atk/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-10 18:58:46 UTC (rev 362139) +++ PKGBUILD 2019-09-10 19:00:56 UTC (rev 362140) @@ -2,15 +2,15 @@ # Contributor: Ionut Biru <[email protected]> pkgname=at-spi2-atk -pkgver=2.32.0 +pkgver=2.34.0 pkgrel=1 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi" url="https://wiki.gnome.org/Accessibility" arch=(x86_64) -license=(GPL2) +license=(LGPL) depends=(at-spi2-core libx11 libxml2 atk) makedepends=(git meson) -_commit=a0f11abb143a1cc04e04e0b7156f67009f7b2392 # tags/AT_SPI2_ATK_2_32_0^0 +_commit=15ad5b3aab208c97352187e2408d7b3752504230 # tags/AT_SPI2_ATK_2_34_0^0 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit") sha256sums=('SKIP') @@ -29,7 +29,7 @@ } check() { - dbus-run-session meson test -C build + dbus-run-session meson test -C build --print-errorlogs } package() {
