diff options
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Monolithic python wrapper for libsamplerate based on pybind11 and NumPy" url="" depends=('python' 'libsndfile') -makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools-scm') +makedepends=('cmake' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools-scm') license=('custom:MIT License') arch=('any') source=("https://files.pythonhosted.org/packages/bf/9c/d8978b13b8af2f28fdc425e2893f7419d1d6429da1c6a850be83ad095d4f/samplerate-0.2.1.tar.gz") |