Date: Thursday, December 17, 2020 @ 16:50:51 Author: heftig Revision: 777700
1.17.4-3 Modified: lib32-cairo/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-17 16:50:23 UTC (rev 777699) +++ PKGBUILD 2020-12-17 16:50:51 UTC (rev 777700) @@ -3,7 +3,7 @@ pkgname=lib32-cairo pkgver=1.17.4 -pkgrel=2 +pkgrel=3 pkgdesc="2D graphics library with support for multiple output devices (32-bit)" url="https://cairographics.org/" arch=(x86_64) @@ -26,6 +26,10 @@ prepare() { cd cairo + # Fix library versioning + # https://bugs.archlinux.org/task/69012 + git cherry-pick -n e9ccb1d8d095482e4139da658e679d5aad56b184 + # Disable XCB backend for Xlib surfaces # https://bugs.archlinux.org/task/68839 git apply -3 ../xlib-xcb.diff