diff --git a/mingw-w64-python-pygad/PKGBUILD b/mingw-w64-python-pygad/PKGBUILD index 1f666833b9..c1b003e8a0 100644 --- a/mingw-w64-python-pygad/PKGBUILD +++ b/mingw-w64-python-pygad/PKGBUILD @@ -3,7 +3,7 @@ _realname=pygad pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.2.0 +pkgver=3.3.0 pkgrel=1 pkgdesc='A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (mingw-w64)' arch=('any') @@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-wheel") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('5bd4c70bc8c810c254ac145d3e4b1c0402f720ce2ce4a5e91be360c026644ea0') +sha256sums=('32bb370a5ca8a15e0d6783d5846e2d6fc85e959c796682b74169afda78b7ea8b') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"