Date: Wednesday, March 13, 2019 @ 20:57:41 Author: heftig Revision: 347864
2.32.0-1 Modified: at-spi2-atk/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-13 20:55:44 UTC (rev 347863) +++ PKGBUILD 2019-03-13 20:57:41 UTC (rev 347864) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=at-spi2-atk -pkgver=2.30.1 +pkgver=2.32.0 pkgrel=1 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi" url="https://wiki.gnome.org/Accessibility" @@ -10,7 +10,7 @@ license=(GPL2) depends=(at-spi2-core libx11 libxml2 atk) makedepends=(git meson) -_commit=036eccfe71da7b6212d032c9aae601b256bd55ae # gnome-3-30 +_commit=a0f11abb143a1cc04e04e0b7156f67009f7b2392 # tags/AT_SPI2_ATK_2_32_0^0 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit") sha256sums=('SKIP') @@ -21,8 +21,6 @@ prepare() { cd $pkgname - # Fixup tag - git tag -f AT_SPI2_ATK_2_30_1 036eccfe71da7b6212d032c9aae601b256bd55ae } build() {
