Date: Friday, July 9, 2021 @ 20:49:32 Author: heftig Revision: 419387
2.40.3-1 Modified: at-spi2-core/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-09 20:47:35 UTC (rev 419386) +++ PKGBUILD 2021-07-09 20:49:32 UTC (rev 419387) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=at-spi2-core -pkgver=2.40.2 +pkgver=2.40.3 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=45ab48720072d263798124f7e6dcc3ad3dc62256 # tags/AT_SPI2_CORE_2_40_2^0 +_commit=57c644513133e9b7e259809302a25987eadfcc39 # tags/AT_SPI2_CORE_2_40_3^0 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit") sha256sums=('SKIP') @@ -41,4 +41,4 @@ meson install -C build --destdir "$pkgdir" } -# vim:set ts=2 sw=2 et: +# vim:set sw=2 et:
