From e551732aaca71a2e64cc0d870c58bced06b9fb4f Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Fri, 3 Oct 2025 02:21:24 +0200 Subject: [PATCH] python-identify: update to 2.6.15 --- mingw-w64-python-identify/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-identify/PKGBUILD b/mingw-w64-python-identify/PKGBUILD index f8c0ca99ae..85e46bad9b 100644 --- a/mingw-w64-python-identify/PKGBUILD +++ b/mingw-w64-python-identify/PKGBUILD @@ -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}"