Date: Saturday, March 5, 2022 @ 18:47:12 Author: heftig Revision: 1142228
1.50.5-1 Modified: lib32-pango/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-05 16:53:14 UTC (rev 1142227) +++ PKGBUILD 2022-03-05 18:47:12 UTC (rev 1142228) @@ -4,7 +4,7 @@ # Contributor: Mikko Seppälä <[email protected]> pkgname=lib32-pango -pkgver=1.50.4 +pkgver=1.50.5 pkgrel=1 epoch=1 pkgdesc="A library for layout and rendering of text (32-bit)" @@ -13,9 +13,8 @@ license=(LGPL) depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi pango) makedepends=(git meson) -checkdepends=(ttf-dejavu cantarell-fonts) provides=(libpango{,cairo,ft2,xft}-1.0.so) -_commit=bcf61fc3a0c30da173c8629d1458fe3440288878 # tags/1.50.4^0 +_commit=4851f23d6205e9e34ccacb48d02eae5e0f3b2f27 # tags/1.50.5^0 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit") sha256sums=('SKIP') @@ -39,9 +38,8 @@ meson compile -C build } -check() { - meson test -C build --print-errorlogs -} +# not running checks: validation breaks when deps +# (especially harfbuzz) don't match upstream CI package() { meson install -C build --destdir "$pkgdir"
