Date: Saturday, March 17, 2018 @ 18:57:01 Author: heftig Revision: 308966
1.42.0-1 Modified: lib32-pango/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-17 18:55:45 UTC (rev 308965) +++ PKGBUILD 2018-03-17 18:57:01 UTC (rev 308966) @@ -4,16 +4,16 @@ # Contributor: Mikko Seppälä <[email protected]> pkgname=lib32-pango -pkgver=1.40.14 +pkgver=1.42.0 pkgrel=1 pkgdesc="A library for layout and rendering of text (32-bit)" url="https://www.pango.org/" arch=(x86_64) license=(LGPL) -depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz pango) -makedepends=(gcc-multilib gobject-introspection git meson) +depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi pango) +makedepends=(gobject-introspection git meson) checkdepends=(ttf-dejavu cantarell-fonts) -_commit=cd26b69cf0d45e30cb8c08ca5aa32ed0c83e6605 # tags/1.40.14^0 +_commit=d4f3370336a40907f528a41e75a55fe4f50c1a11 # tags/1.42.0^0 source=("git+https://git.gnome.org/browse/pango#commit=$_commit") sha256sums=('SKIP') @@ -24,7 +24,6 @@ prepare() { cd pango - sed -i 's#"pango.modules"#"pango.modules-32"#' pango/modules.c } build() {
