python-identify: update to 2.6.10

This commit is contained in:
Biswapriyo Nath 2025-05-04 04:31:24 +00:00
parent 9ac799e599
commit 8c5488e51a

View File

@ -3,7 +3,7 @@
_realname=identify _realname=identify
pkgbase=mingw-w64-python-${_realname} pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.6.9 pkgver=2.6.10
pkgrel=1 pkgrel=1
pkgdesc="File identification library for Python (mingw-w64)" pkgdesc="File identification library for Python (mingw-w64)"
arch=('any') arch=('any')
@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools") "${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!strip') options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('d40dfe3142a1421d8518e3d3985ef5ac42890683e32306ad614a29490abeb6bf') sha256sums=('45e92fd704f3da71cc3880036633f48b4b7265fd4de2b57627cb157216eb7eb8')
build() { build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}" cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"