Date: Monday, March 21, 2022 @ 23:53:14 Author: heftig Revision: 440456
2.44.0-1 Modified: at-spi2-core/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 23:51:13 UTC (rev 440455) +++ PKGBUILD 2022-03-21 23:53:14 UTC (rev 440456) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <ib...@archlinux.org> pkgname=at-spi2-core -pkgver=2.42.0 +pkgver=2.44.0 pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" url="https://gitlab.gnome.org/GNOME/at-spi2-core" @@ -11,7 +11,8 @@ depends=(dbus glib2 libxtst libsystemd) makedepends=(gobject-introspection git gtk-doc meson dbus-broker systemd) optdepends=('dbus-broker: Alternative bus implementation') -_commit=b22b7dcfcb34f01218de0f6aa0d10b4d34fb07aa # tags/AT_SPI2_CORE_2_42_0^0 +options=(debug) +_commit=f38e40e8685400ddb66759aa009e18c12c898de4 # tags/AT_SPI2_CORE_2_44_0^0 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit") sha256sums=('SKIP')