diff --git a/mingw-w64-python-conan/0001-Loosened-node-semver-version-requirement.patch b/mingw-w64-python-conan/0001-Loosened-node-semver-version-requirement.patch index fd8c124362..d5b5df184e 100644 --- a/mingw-w64-python-conan/0001-Loosened-node-semver-version-requirement.patch +++ b/mingw-w64-python-conan/0001-Loosened-node-semver-version-requirement.patch @@ -17,7 +17,7 @@ index e433e5cf0..066eec440 100644 six>=1.10.0,<=1.16.0 -node-semver==0.6.1 +node-semver>=0.6.1 - distro>=1.0.2, <=1.6.0; sys_platform == 'linux' or sys_platform == 'linux2' + distro>=1.0.2, <=1.7.0; sys_platform == 'linux' or sys_platform == 'linux2' pygments>=2.0, <3.0 tqdm>=4.28.1, <5 -- diff --git a/mingw-w64-python-conan/PKGBUILD b/mingw-w64-python-conan/PKGBUILD index 397ad36eda..91bb59bdcf 100755 --- a/mingw-w64-python-conan/PKGBUILD +++ b/mingw-w64-python-conan/PKGBUILD @@ -6,7 +6,7 @@ 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=1.52.0 +pkgver=1.53.0 pkgrel=1 pkgdesc="A distributed, open source, C/C++ package manager (mingw-w64)" arch=('any') @@ -31,10 +31,10 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-bottle>=0.12.8" "${MINGW_PACKAGE_PREFIX}-python-pluginbase>=0.5") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/conan-io/conan/archive/${pkgver}.tar.gz" +source=("${_realname}-${pkgver}.tar.gz::https://github.com/conan-io/conan/archive/${pkgver}.tar.gz" "0001-Loosened-node-semver-version-requirement.patch") -sha256sums=('0b2e7dceb39529a0f00b16318321737f950abe0fa9012734c5f8600f70db58f3' - '116ffda81204699ea3dfdbbf471071e1a8c8dfcc17d2be970fe5e98d6657e377') +sha256sums=('f583acb6d08393e520659118e99f0f959859d1855d98d406322636067161b4b3' + 'e45a784ccc7ed9fbc1f203b0cba1f3580e06120b2a2b6c45b9ad17dedb297a8c') prepare() { cd "${srcdir}/${_realname}-${pkgver}"