Date: Wednesday, September 28, 2022 @ 18:50:17 Author: arojas Revision: 1315653
upgpkg: python-pythran 0.12.0-1: Update to 0.12.0 Modified: python-pythran/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-28 18:48:45 UTC (rev 1315652) +++ PKGBUILD 2022-09-28 18:50:17 UTC (rev 1315653) @@ -3,7 +3,7 @@ # Contributor: xantares pkgname=python-pythran -pkgver=0.11.0 +pkgver=0.12.0 pkgrel=1 pkgdesc='Ahead of Time compiler for numeric kernels' arch=(any) @@ -12,7 +12,7 @@ depends=(python-networkx python-ply python-numpy python-beniget python-six xsimd boost) makedepends=(python-setuptools python-pytest-runner) source=(https://files.pythonhosted.org/packages/source/p/pythran/pythran-$pkgver.tar.gz) -sha256sums=('0b2cba712e09f7630879dff69f268460bfe34a6d6000451b47d598558a92a875') +sha256sums=('eff3dd0d3eebe57372f0d14f82985525e9bcdfb5b1d1010e1932cf9207060f9f') build() { cd pythran-$pkgver