Date: Sunday, January 15, 2023 @ 09:18:19 Author: arojas Revision: 1383560
upgpkg: python-pythran 0.12.1-1: Update to 0.12.1 Modified: python-pythran/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-15 09:13:49 UTC (rev 1383559) +++ PKGBUILD 2023-01-15 09:18:19 UTC (rev 1383560) @@ -3,7 +3,7 @@ # Contributor: xantares pkgname=python-pythran -pkgver=0.12.0 +pkgver=0.12.1 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=('eff3dd0d3eebe57372f0d14f82985525e9bcdfb5b1d1010e1932cf9207060f9f') +sha256sums=('702c2701187cfb38f66c0c20cc85d04d0e156d260a8d92892da65947faa5360e') build() { cd pythran-$pkgver