Date: Saturday, October 28, 2017 @ 08:54:30 Author: heftig Revision: 308567
1.40.13-1 Modified: pango/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-28 08:54:24 UTC (rev 308566) +++ PKGBUILD 2017-10-28 08:54:30 UTC (rev 308567) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=pango -pkgver=1.40.12 +pkgver=1.40.13 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) makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection help2man gtk-doc git meson) checkdepends=(ttf-dejavu cantarell-fonts) -_commit=fd429398a64bc2d7a01da64efa736bbb6eec6a29 # tags/1.40.12^0 +_commit=377b6e7e853a05715e1a53f0739042eb23418da7 # tags/1.40.13^0 source=("git+https://git.gnome.org/browse/pango#commit=$_commit") sha256sums=('SKIP') @@ -27,14 +27,13 @@ build() { cd build - meson --prefix=/usr --buildtype=release ../$pkgname \ - --libexecdir=/usr/lib -Denable_docs=true + arch-meson ../$pkgname -Denable_docs=true ninja } check() { cd build - mesontest + meson test } package() {
