python-identify: update to 2.6.15

This commit is contained in:
Dirk Stolle 2025-10-03 02:21:24 +02:00
parent e378b3384f
commit e551732aac

View File

@ -3,7 +3,7 @@
_realname=identify
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.6.14
pkgver=2.6.15
pkgrel=1
pkgdesc="File identification library for Python (mingw-w64)"
arch=('any')
@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('663494103b4f717cb26921c52f8751363dc89db64364cd836a9bf1535f53cd6a')
sha256sums=('e4f4864b96c6557ef2a1e1c951771838f4edc9df3a72ec7118b338801b11c7bf')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"