From eeb8d930714d4e58650837db07cf6e79498b0dd5 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 8 Oct 2022 17:13:03 +0000 Subject: [PATCH] python-ford: update to 6.1.16 --- mingw-w64-python-ford/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-ford/PKGBUILD b/mingw-w64-python-ford/PKGBUILD index cdebff6298..88102ddf99 100644 --- a/mingw-w64-python-ford/PKGBUILD +++ b/mingw-w64-python-ford/PKGBUILD @@ -4,7 +4,7 @@ _pyname=ford _realname=${_pyname} pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=6.1.15 +pkgver=6.1.16 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" @@ -24,7 +24,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-tqdm") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/Fortran-FOSS-Programmers/ford/archive/v${pkgver}.tar.gz") -sha256sums=('57acffb8b1c9c41b66d1f3e7bd34bc6d307e69ce3b32679eeb84cb87d6b8bc80') +sha256sums=('76055da4d947802e9c664509a0af4ebc339ae48d9acdd00894299bb8db9141cc') prepare() { cd ${srcdir}