Date: Tuesday, April 9, 2019 @ 08:15:50 Author: heftig Revision: 350418
2.32.1-1 Modified: at-spi2-core/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-09 08:13:47 UTC (rev 350417) +++ PKGBUILD 2019-04-09 08:15:50 UTC (rev 350418) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=at-spi2-core -pkgver=2.32.0 +pkgver=2.32.1 pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" url="https://gitlab.gnome.org/GNOME/at-spi2-core" @@ -9,9 +9,9 @@ arch=(x86_64) license=(GPL2) depends=(dbus glib2 libxtst) -makedepends=(intltool gobject-introspection git gtk-doc meson dbus-broker) +makedepends=(gobject-introspection git gtk-doc meson dbus-broker) optdepends=('dbus-broker: Alternative bus implementation') -_commit=cd55a73884a1371718f45dd22340b5d4ddf41dbb # tags/AT_SPI2_CORE_2_32_0^0 +_commit=89001a86a037cfabf27e912b902929b5daeb3c55 # tags/AT_SPI2_CORE_2_32_1^0 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit") sha256sums=('SKIP')
