python-identify: update to 2.5.15

This commit is contained in:
Mehdi Chinoune
2023-01-27 12:51:02 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 0c51773ccb
commit f9fca940bb

View File

@@ -3,7 +3,7 @@
_realname=identify
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.5.13
pkgver=2.5.15
pkgrel=1
pkgdesc="File identification library for Python (mingw-w64)"
arch=('any')
@@ -15,7 +15,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('abb546bca6f470228785338a01b539de8a85bbf46491250ae03363956d8ebb10')
sha256sums=('c22aa206f47cc40486ecf585d27ad5f40adbfc494a3fa41dc3ed0499a23b123f')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"