From d54bedd20a1c56d6db8baba99a3f976998eeac9f Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 1 Oct 2022 08:36:05 +0000 Subject: [PATCH] python-pythran: update to 0.12.0 --- mingw-w64-python-pythran/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-pythran/PKGBUILD b/mingw-w64-python-pythran/PKGBUILD index ff62d15b1a..f22ed6085f 100644 --- a/mingw-w64-python-pythran/PKGBUILD +++ b/mingw-w64-python-pythran/PKGBUILD @@ -3,8 +3,8 @@ _realname=pythran pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.11.0 -pkgrel=3 +pkgver=0.12.0 +pkgrel=1 pkgdesc="Ahead of Time compiler for numeric kernels (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://pypi.python.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz" 001-fix-default-config.patch) -sha256sums=('0b2cba712e09f7630879dff69f268460bfe34a6d6000451b47d598558a92a875' +sha256sums=('eff3dd0d3eebe57372f0d14f82985525e9bcdfb5b1d1010e1932cf9207060f9f' 'aa03979a1ede62e1ea19d17eeaa3208afa4ddfa89bc0f70435dca41be7f8730f') prepare() {