summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryznnyz2024-11-28 14:53:07 -0500
committeryznnyz2024-11-28 14:53:07 -0500
commit27975d797a95fda0c6d7cc9d7ca8cb984e2d4bed (patch)
tree6f36f64430da1980852b8196fd2d5a23fc059e6d /PKGBUILD
parentbe544a96d96d8c19ae451b5a34dbceffbd8c4773 (diff)
downloadaur-python-samplerate.tar.gz
Add dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 186f404dcdb8..fa1fb4781611 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")