From e80bbb79365ab8f2ace8eda3c8dc83d0dd54b194 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:39:07 +0200 Subject: [PATCH] sip: remove tomli --- mingw-w64-sip/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-sip/PKGBUILD b/mingw-w64-sip/PKGBUILD index baa523a86c..5a5abf37c7 100644 --- a/mingw-w64-sip/PKGBUILD +++ b/mingw-w64-sip/PKGBUILD @@ -8,14 +8,13 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-sip4") replaces=("${MINGW_PACKAGE_PREFIX}-sip5") pkgver=6.7.9 -pkgrel=2 +pkgrel=3 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') license=('custom:"sip"') url="https://riverbankcomputing.com/software/sip" depends=("${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-python-ply" "${MINGW_PACKAGE_PREFIX}-python-packaging" "${MINGW_PACKAGE_PREFIX}-python-setuptools")