diff --git a/mingw-w64-python-fonttools/PKGBUILD b/mingw-w64-python-fonttools/PKGBUILD index 203aedbad2..de49aa7380 100644 --- a/mingw-w64-python-fonttools/PKGBUILD +++ b/mingw-w64-python-fonttools/PKGBUILD @@ -6,14 +6,13 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=4.18.2 +pkgver=4.19.1 pkgrel=1 pkgdesc="Converts OpenType and TrueType fonts to and from XML (mingw-w64)" arch=('any') url='https://github.com/fonttools/fonttools' license=('MIT') -depends=("${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-python-numpy") +depends=("${MINGW_PACKAGE_PREFIX}-python") optdepends=("${MINGW_PACKAGE_PREFIX}-python-brotli: WOFF 1.0 and WOFF 2.0 webfonts" "${MINGW_PACKAGE_PREFIX}-python-pyfilesystem2: for fontTools.ufoLib: to read/write UFO fonts" "${MINGW_PACKAGE_PREFIX}-python-pyzopfli: WOFF 1.0 and WOFF 2.0 webfonts" @@ -24,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-matplotlib" checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-runner") options=('staticlibs' 'strip' '!debug') source=("${_realname}-${pkgver}.zip::https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.zip") -sha256sums=('5c50af6fb9b4de4609c0e5558f3444c20f8632aa319319a7ef14fd5ba677c9f8') +sha256sums=('4a2b8450bd3b1c23e6259d37c0f1e403519c91b8373b83bb9e3c6e70748cf07b') prepare() { rm -rf python-build-${CARCH}