Date: Tuesday, March 23, 2021 @ 21:22:08 Author: heftig Revision: 901351
2.13.93-3: fix default font dirs Modified: lib32-fontconfig/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-23 21:07:01 UTC (rev 901350) +++ PKGBUILD 2021-03-23 21:22:08 UTC (rev 901351) @@ -4,7 +4,7 @@ pkgname=lib32-fontconfig pkgver=2.13.93 -pkgrel=2 +pkgrel=3 epoch=2 pkgdesc='Library for configuring and customizing font access' url=https://www.freedesktop.org/wiki/Software/fontconfig/ @@ -34,6 +34,7 @@ prepare() { cd fontconfig git cherry-pick -n 4e42925096e9 # Fix meson install + git cherry-pick -n 10c7390e358c # Fix default font dirs } pkgver() {
