[arch-commits] Commit in atk/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 10 18:37:39 UTC 2019


    Date: Tuesday, September 10, 2019 @ 18:37:39
  Author: heftig
Revision: 362120

2.34.1-1

Modified:
  atk/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-10 18:37:15 UTC (rev 362119)
+++ PKGBUILD	2019-09-10 18:37:39 UTC (rev 362120)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=atk
-pkgver=2.32
+pkgver=2.34.1
 pkgrel=1
 pkgdesc="Interface definitions of accessibility infrastructure"
 url="https://gitlab.gnome.org/GNOME/atk"
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(glib2)
 makedepends=(gobject-introspection git gtk-doc meson)
-_commit=fd6a6599bdae09ac0436e7b7225214429c176a19  # gnome-3-32
+_commit=633bde11f93ee971ba8902c6fadbc29c121f71af  # tags/ATK_2_34_1^0
 source=("git+https://gitlab.gnome.org/GNOME/atk.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,7 +21,6 @@
 
 prepare() {
   cd $pkgname
-  git tag -f ATK_2_32 fd6a6599bdae09ac0436e7b7225214429c176a19
 }
 
 build() {
@@ -30,7 +29,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list