Date: Wednesday, July 14, 2021 @ 06:40:12 Author: arojas Revision: 976946
Update to 0.9.12 Modified: python-pythran/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-14 06:38:55 UTC (rev 976945) +++ PKGBUILD 2021-07-14 06:40:12 UTC (rev 976946) @@ -3,8 +3,8 @@ # Contributor: xantares pkgname=python-pythran -pkgver=0.9.11 -pkgrel=2 +pkgver=0.9.12 +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=('a317f91e2aade9f6550dc3bf40b5caeb45b7e012daf27e2b3e4ad928edb01667') +sha256sums=('5d50dc74dca1d3f902941865acbae981fc24cceeb9d54673d68d6b5c8c1b0001') build() { cd pythran-$pkgver