Date: Thursday, May 11, 2023 @ 17:05:59 Author: heftig Revision: 1459948
2.48.1-2 Modified: lib32-at-spi2-core/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-11 17:05:50 UTC (rev 1459947) +++ PKGBUILD 2023-05-11 17:05:59 UTC (rev 1459948) @@ -8,7 +8,7 @@ lib32-at-spi2-core ) pkgver=2.48.1 -pkgrel=1 +pkgrel=2 pkgdesc="Protocol definitions and daemon for D-Bus at-spi (32-bit)" url="https://gitlab.gnome.org/GNOME/at-spi2-core" arch=(x86_64) @@ -39,6 +39,9 @@ prepare() { cd at-spi2-core + + # https://gitlab.gnome.org/GNOME/at-spi2-core/-/issues/115 + git revert -n 6c165512fc0d33ba62bff5936b1593480193e764 } build() {
