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

Jan Steffens heftig at archlinux.org
Fri Oct 20 15:18:57 UTC 2017


    Date: Friday, October 20, 2017 @ 15:18:56
  Author: heftig
Revision: 308278

2.26.1-1

Modified:
  atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-20 13:02:46 UTC (rev 308277)
+++ PKGBUILD	2017-10-20 15:18:56 UTC (rev 308278)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=atk
-pkgver=2.26.0
+pkgver=2.26.1
 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=d2fbf661260626939cc3186c58177c1890c0e2e2  # tags/ATK_2_26_0^0
+_commit=6ce1698e8bff43d72c1f00d60f16e19d3b057899  # tags/ATK_2_26_1^0
 source=("git+https://git.gnome.org/browse/atk#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -31,8 +31,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
-    -Denable_docs=true
+  arch-meson ../$pkgname -Denable_docs=true
   ninja
 }
 



More information about the arch-commits mailing list