Date: Tuesday, April 16, 2019 @ 13:33:14 Author: alucryd Revision: 451791
upgpkg: lib32-at-spi2-core 2.32.1-1 Modified: lib32-at-spi2-core/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-16 13:32:53 UTC (rev 451790) +++ PKGBUILD 2019-04-16 13:33:14 UTC (rev 451791) @@ -3,7 +3,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=lib32-at-spi2-core -pkgver=2.32.0 +pkgver=2.32.1 pkgrel=1 pkgdesc='Protocol definitions and daemon for D-Bus at-spi' arch=(x86_64) @@ -27,7 +27,7 @@ build() { export CC='gcc -m32' - export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + export PKG_CONFIG_PATH=/usr/lib32/pkgconfig arch-meson at-spi2-core build \ --libdir=/usr/lib32 \
