From 3fb1995d3e3fa5f533394ad4c5dc7f033d8657a4 Mon Sep 17 00:00:00 2001 From: Jeremy Drake Date: Mon, 16 Aug 2021 11:08:10 -0700 Subject: [PATCH] ttfautohint: delete VERSION file for libc++ libc++ has a header and case-insensitive filesystem is causing VERSION to be picked up instead. --- mingw-w64-ttfautohint/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mingw-w64-ttfautohint/PKGBUILD b/mingw-w64-ttfautohint/PKGBUILD index 977a989424..a8b6a53480 100644 --- a/mingw-w64-ttfautohint/PKGBUILD +++ b/mingw-w64-ttfautohint/PKGBUILD @@ -4,7 +4,7 @@ _realname=ttfautohint pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=1.8.3 -pkgrel=4 +pkgrel=5 pkgdesc="Automated hinting tools for TrueType fonts (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -23,9 +23,8 @@ validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5') # Werner Lemberg .version - echo > VERSION + # VERSION file is being picked up by #include inside libc++ + rm -f VERSION } build() {