[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Mar 8 18:49:42 UTC 2018


    Date: Thursday, March 8, 2018 @ 18:49:41
  Author: heftig
Revision: 318258

2.27.1+3+ga151316-1

Modified:
  at-spi2-core/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-08 18:47:06 UTC (rev 318257)
+++ PKGBUILD	2018-03-08 18:49:41 UTC (rev 318258)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=at-spi2-core
-pkgver=2.26.2
+pkgver=2.27.1+3+ga151316
 pkgrel=1
 pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
 url="https://git.gnome.org/browse/at-spi2-core"
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(dbus glib2 libxtst)
 makedepends=(intltool gobject-introspection git gtk-doc meson)
-_commit=43b8453d43ab56b7f717050f8102a4ebfcc1dcc7  # tags/AT_SPI2_CORE_2_26_2^0
+_commit=a151316c7f926e7c5b2b711a5c97fc123f1d1c53  # master
 source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -20,19 +20,16 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
   
 build() {
-  cd build
-  arch-meson ../$pkgname -Denable_docs=true
-  ninja
+  arch-meson $pkgname build -D enable_docs=true
+  ninja -C build
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C build install
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list