Date: Monday, October 19, 2020 @ 14:32:39 Author: alucryd Revision: 727165
upgpkg: lib32-at-spi2-core 2.38.0-1 Modified: lib32-at-spi2-core/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-19 14:26:20 UTC (rev 727164) +++ PKGBUILD 2020-10-19 14:32:39 UTC (rev 727165) @@ -3,7 +3,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=lib32-at-spi2-core -pkgver=2.36.0 +pkgver=2.38.0 pkgrel=1 pkgdesc='Protocol definitions and daemon for D-Bus at-spi' arch=(x86_64) @@ -17,12 +17,12 @@ ) makedepends=( git - gobject-introspection gtk-doc intltool meson ) -source=(git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#tag=cf08453489c221499dc8a7c17e0955131f9dedf7) +_tag=2650710c988bd996e3e23f50bd006390aeeed111 +source=(git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#tag=${_tag}) sha256sums=(SKIP) pkgver() { @@ -37,7 +37,8 @@ arch-meson at-spi2-core build \ --libdir=/usr/lib32 \ - -D enable_docs=false + -D enable_docs=false \ + -D introspection=no ninja -C build }
