python-identify: update to 2.5.19

This commit is contained in:
Mehdi Chinoune
2023-03-08 18:23:47 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 5953ef18d0
commit 33a039ab45

View File

@@ -3,7 +3,7 @@
_realname=identify
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.5.18
pkgver=2.5.19
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=('89e144fa560cc4cffb6ef2ab5e9fb18ed9f9b3cb054384bab4b95c12f6c309fe')
sha256sums=('4102ecd051f6884449e7359e55b38ba6cd7aafb6ef27b8e2b38495a5723ea106')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"