Date: Saturday, June 5, 2021 @ 18:47:31 Author: heftig Revision: 417160
2.40.2-1 Modified: at-spi2-core/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-05 18:47:29 UTC (rev 417159) +++ PKGBUILD 2021-06-05 18:47:31 UTC (rev 417160) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=at-spi2-core -pkgver=2.40.1 +pkgver=2.40.2 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 libsystemd) makedepends=(gobject-introspection git gtk-doc meson dbus-broker systemd) optdepends=('dbus-broker: Alternative bus implementation') -_commit=baf8608964e84185f61d9424af3979a9a6e15a7c # tags/AT_SPI2_CORE_2_40_1^0 +_commit=45ab48720072d263798124f7e6dcc3ad3dc62256 # tags/AT_SPI2_CORE_2_40_2^0 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit") sha256sums=('SKIP') @@ -38,7 +38,7 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" } # vim:set ts=2 sw=2 et:
