Date: Tuesday, May 2, 2023 @ 07:13:32 Author: arojas Revision: 1455803
upgpkg: python-pythran 0.13.0-1: Update to 0.13.0 Modified: python-pythran/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-02 07:12:34 UTC (rev 1455802) +++ PKGBUILD 2023-05-02 07:13:32 UTC (rev 1455803) @@ -3,8 +3,8 @@ # Contributor: xantares pkgname=python-pythran -pkgver=0.12.1 -pkgrel=3 +pkgver=0.13.0 +pkgrel=1 pkgdesc='Ahead of Time compiler for numeric kernels' arch=(any) url='https://pythran.readthedocs.io/' @@ -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=('702c2701187cfb38f66c0c20cc85d04d0e156d260a8d92892da65947faa5360e') +sha256sums=('1eb7ca772e96e21204f92483c982ad9ba6a950863075df62ea97cd06b2d11786') build() { cd pythran-$pkgver
