Date: Thursday, May 11, 2023 @ 17:48:36 Author: heftig Revision: 477621
2.48.2-1 Modified: at-spi2-core/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-11 17:28:01 UTC (rev 477620) +++ PKGBUILD 2023-05-11 17:48:36 UTC (rev 477621) @@ -6,8 +6,8 @@ at-spi2-core at-spi2-core-docs ) -pkgver=2.48.1 -pkgrel=2 +pkgver=2.48.2 +pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" url="https://gitlab.gnome.org/GNOME/at-spi2-core" arch=(x86_64) @@ -32,7 +32,7 @@ checkdepends=( at-spi2-core ) -_commit=6ee2b837cc378a0438c5b615c014026cf15e9954 # tags/AT_SPI2_CORE_2_48_1^0 +_commit=36b6bae1542a5201ff25ed16e4c026512f4fecdb # tags/AT_SPI2_CORE_2_48_2^0 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit") b2sums=('SKIP') @@ -43,9 +43,6 @@ prepare() { cd at-spi2-core - - # https://gitlab.gnome.org/GNOME/at-spi2-core/-/issues/115 - git revert -n 6c165512fc0d33ba62bff5936b1593480193e764 } build() {
