Date: Saturday, May 6, 2023 @ 10:57:21 Author: arojas Revision: 1458989
upgpkg: python-numba 0.57.0-1: Update to 0.57 Modified: python-numba/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-06 10:53:20 UTC (rev 1458988) +++ PKGBUILD 2023-05-06 10:57:21 UTC (rev 1458989) @@ -1,7 +1,7 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=python-numba -pkgver=0.57.0rc1 +pkgver=0.57.0 pkgrel=1 pkgdesc="JIT compiler that translates a subset of Python and NumPy code into fast machine code" url="https://numba.pydata.org/" @@ -48,7 +48,7 @@ python-scipy ) source=(https://github.com/numba/numba/archive/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('8ff1e0e2c7d0b6a835413a6344d81773c6fd28ef4ac76b9908037daccc5343b4') +sha256sums=('e6c266c20f941c1adde89e3a70e02ccc9f513635a46fa671ca8b69785e32a0d9') build() { cd numba-$pkgver
