diff --git a/pkg.info b/pkg.info index 4dd43e9..ddad486 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,17 @@ name: python-numpy description: The fundamental package for scientific computing with Python -version: 2.3.3 +version: 2.3.4 +revision: 1 url: https://numpy.org/ license: BSD-3-Clause architecture: any -depends: ["python3"] -make_depends: ["cmake","python-cython","gcc-fortran","meson-python","python-build","python-installer"] type: source +depends: + - python3 +make_depends: + - cmake + - python-cython + - gcc-fortran + - meson-python + - python-build + - python-installer