Date: Sunday, April 14, 2019 @ 16:00:26 Author: heftig Revision: 451639
1.43.0-2 Modified: lib32-pango/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-14 15:36:41 UTC (rev 451638) +++ PKGBUILD 2019-04-14 16:00:26 UTC (rev 451639) @@ -4,7 +4,7 @@ pkgname=lib32-pango pkgver=1.43.0 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="A library for layout and rendering of text (32-bit)" url="https://www.pango.org/" @@ -24,6 +24,9 @@ prepare() { cd pango + + # Fix .pc + git cherry-pick -n d0cb6be7431d1a3c711bd45bcf05b34601604037 } build() {
