diff --git a/mingw-w64-python-ford/PKGBUILD b/mingw-w64-python-ford/PKGBUILD index 8991dc07e8..7ba1d00dea 100644 --- a/mingw-w64-python-ford/PKGBUILD +++ b/mingw-w64-python-ford/PKGBUILD @@ -4,7 +4,7 @@ _pyname=FORD _realname=ford pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=6.2.1 +pkgver=6.2.3 pkgrel=1 pkgdesc="FORD, standing for FORtran Documenter, is an automatic documentation generator for modern Fortran programs (mingw-w64)" url="https://github.com/Fortran-FOSS-Programmers/ford" @@ -29,7 +29,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-wheel") options=(!strip) source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") -sha256sums=('5364471dbc01963d1928139177ec67b5d023b92aa56d34c019479ed87fc3dd57') +sha256sums=('7021d57e6425a4f7b42e977c1160e4e543933f95753bf1eea16e0dacb0e9894c') prepare() { cd "${srcdir}"/${_realname}-${pkgver}