diff --git a/mingw-w64-python-tinycss2/PKGBUILD b/mingw-w64-python-tinycss2/PKGBUILD index 5357b1f362..c43109445c 100644 --- a/mingw-w64-python-tinycss2/PKGBUILD +++ b/mingw-w64-python-tinycss2/PKGBUILD @@ -3,34 +3,32 @@ _realname=tinycss2 pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} -pkgver=1.2.1 -pkgrel=2 +pkgver=1.3.0 +pkgrel=1 pkgdesc='A tiny CSS parser (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') msys2_references=( + 'archlinux: python-tinycss2' 'pypi: tinycss2' ) -license=('BSD') -url='https://github.com/Kozea/tinycss2' +license=('spdx:BSD-3-Clause') +msys2_repository_url='https://github.com/Kozea/tinycss2' +url='https://www.courtbouillon.org/tinycss2/' depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-webencodings") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-flit-core") -source=("${_realname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('8cff3a8f066c2ec677c06dbc7b45619804a6938478d9d73c284b29d14ecb0627') +source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") +sha256sums=('152f9acabd296a8375fbca5b84c961ff95971fcfc32e79550c8df8e29118c54d') build() { - msg "Python build for ${MSYSTEM}" - cd "${srcdir}" cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}" - ${MINGW_PREFIX}/bin/python -m build --wheel --skip-dependency-check --no-isolation } package() { - msg "Python install for ${MSYSTEM}" cd "${srcdir}/python-build-${MSYSTEM}" MSYS2_ARG_CONV_EXCL="--prefix=" \