diff options
author | yznnyz | 2024-11-28 14:53:07 -0500 |
---|---|---|
committer | yznnyz | 2024-11-28 14:53:07 -0500 |
commit | 27975d797a95fda0c6d7cc9d7ca8cb984e2d4bed (patch) | |
tree | 6f36f64430da1980852b8196fd2d5a23fc059e6d /PKGBUILD | |
parent | be544a96d96d8c19ae451b5a34dbceffbd8c4773 (diff) | |
download | aur-python-samplerate.tar.gz |
Add dependencies
Diffstat (limited to 'PKGBUILD')
-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") |