Date: Wednesday, March 14, 2018 @ 18:37:44 Author: heftig Revision: 319010
2.28.0+2+g32f5756-1 Modified: atk/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-14 18:37:35 UTC (rev 319009) +++ PKGBUILD 2018-03-14 18:37:44 UTC (rev 319010) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=atk -pkgver=2.26.1+2+gcaefa6d +pkgver=2.28.0+2+g32f5756 pkgrel=1 pkgdesc="The interface definitions of accessibility infrastructure" url="https://git.gnome.org/browse/atk" @@ -10,7 +10,7 @@ license=(LGPL) depends=(glib2) makedepends=(gobject-introspection git gtk-doc meson) -_commit=caefa6d4d305bfd7c7af8e80850cb5c928f7e1f1 # gnome-3-26 +_commit=32f57563a73f30dfc2058ae2af0723676cbb8dc0 # gnome-3-28 source=("git+https://git.gnome.org/browse/atk#commit=$_commit") sha256sums=('SKIP') @@ -24,7 +24,7 @@ } build() { - arch-meson $pkgname build -Denable_docs=true + arch-meson $pkgname build -D enable_docs=true ninja -C build }
