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

Jan Steffens heftig at archlinux.org
Mon Jul 30 19:24:47 UTC 2018


    Date: Monday, July 30, 2018 @ 19:24:47
  Author: heftig
Revision: 329679

1.42.3-1

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-30 19:22:27 UTC (rev 329678)
+++ PKGBUILD	2018-07-30 19:24:47 UTC (rev 329679)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=pango
-pkgver=1.42.2
+pkgver=1.42.3
 pkgrel=1
 pkgdesc="A library for layout and rendering of text"
 url="https://www.pango.org/"
@@ -11,7 +11,7 @@
 depends=(libthai cairo libxft harfbuzz fribidi)
 makedepends=(gobject-introspection help2man gtk-doc git meson)
 checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=a03d16a850253eae321be4bd2d134a9c6a1ed6ce  # tags/1.42.2^0
+_commit=67471cbfe24cd4418e9e97837ac85207f0d974de  # tags/1.42.3^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -30,8 +30,7 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {



More information about the arch-commits mailing list