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