Date: Tuesday, July 18, 2017 @ 03:50:43 Author: heftig Revision: 300738
1.40.7-1 Modified: pango/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-17 21:29:00 UTC (rev 300737) +++ PKGBUILD 2017-07-18 03:50:43 UTC (rev 300738) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=pango -pkgver=1.40.6+9+g92cc73c8 +pkgver=1.40.7 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=92cc73c898e4665fd739704417d487d137dd271b # master +_commit=7a8744e17fdb8ebb975301813665736667900634 # tags/1.40.7^0 source=("git+https://git.gnome.org/browse/pango#commit=$_commit") sha256sums=('SKIP') @@ -29,7 +29,7 @@ cd build meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \ -Denable_docs=true - ninja -v + ninja } check() {
