summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Delgado2023-11-24 20:02:27 -0500
committerDylan Delgado2023-11-24 20:02:27 -0500
commit48b11ca7bda5ac594a9d6485912c304f3c392d18 (patch)
tree09c0366a8a2e7c44c273010778d86ea63f2f89b7 /PKGBUILD
parent0444087982a38d92212b12950462823ecebed664 (diff)
downloadaur-48b11ca7bda5ac594a9d6485912c304f3c392d18.tar.gz
Add meson-python as build dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09fc2ca31efb..a16424dcb6df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-numpy-git
_pkgname=numpy
-pkgver=2.0.0.dev0.r1369.gb3f09c6787
+pkgver=2.0.0.dev0.r1851.g94bc56402a
pkgrel=1
pkgdesc="Scientific tools for Python - git version"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('custom:BSD 3-clause')
url="https://www.numpy.org/"
depends=('cblas' 'lapack' 'python')
optdepends=('python-nose: testsuite' 'blas-openblas: faster linear algebra')
-makedepends=('python-build' 'python-installer' 'python-wheel' 'gcc-fortran' 'python-nose' 'cython' 'python-pyproject-metadata' 'patchelf')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'gcc-fortran' 'python-nose' 'cython' 'python-pyproject-metadata' 'patchelf' 'meson-python')
checkdepends=('python-pytest' 'python-hypothesis')
conflicts=('python-numpy')
provides=('python-numpy')