Date: Thursday, May 11, 2023 @ 17:05:47 Author: heftig Revision: 477604
2.48.1-2: fix w/o dbus-broker Modified: at-spi2-core/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-11 16:41:39 UTC (rev 477603) +++ PKGBUILD 2023-05-11 17:05:47 UTC (rev 477604) @@ -7,7 +7,7 @@ at-spi2-core-docs ) pkgver=2.48.1 -pkgrel=1 +pkgrel=2 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" url="https://gitlab.gnome.org/GNOME/at-spi2-core" arch=(x86_64) @@ -43,6 +43,9 @@ prepare() { cd at-spi2-core + + # https://gitlab.gnome.org/GNOME/at-spi2-core/-/issues/115 + git revert -n 6c165512fc0d33ba62bff5936b1593480193e764 } build() {
