diff options
author | yznnyz | 2024-11-28 14:43:10 -0500 |
---|---|---|
committer | yznnyz | 2024-11-28 14:43:10 -0500 |
commit | 67283dcc3940c19c9fba4cdd25f713e59903588b (patch) | |
tree | 20d9d96f0a813b6631d5b55305a623eb069b911b | |
parent | d21f4d2eb54040a45bdf90171dbc9678099e07ef (diff) | |
download | aur-67283dcc3940c19c9fba4cdd25f713e59903588b.tar.gz |
Modify dependencies
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -5,9 +5,8 @@ pkgbase = ultimatevocalremovergui-git url = https://github.com/Anjok07/ultimatevocalremovergui arch = any license = custom:MIT License - makedepends = cmake makedepends = git - depends = python-flit-core + depends = cmake depends = python-statsmodels depends = python-onnx2pytorch depends = python-soundfile @@ -6,8 +6,8 @@ pkgdesc="This application uses state-of-the-art source separation models to remo arch=('any') url=https://github.com/Anjok07/ultimatevocalremovergui license=('custom:MIT License') -depends=('python-flit-core' 'python-statsmodels' 'python-onnx2pytorch' 'python-soundfile' 'python-numpy' 'python-numpy' 'python-ml-collections' 'python-matchering' 'python-natsort' 'python-llvmlite' 'python-scipy' 'python-pytorch' 'python-wget' 'python-librosa' 'python-kthread' 'python-samplerate' 'python-urllib3' 'python-screeninfo' 'python-yaml' 'python-pyperclip' 'python-playsound' 'python-cryptography' 'python-diffq' 'python-audioread' 'python-certifi' 'python-einops' 'python-pydub' 'python-psutil' 'python-pyglet' 'python-omegaconf' 'python-pillow' 'python-julius-git' 'python-future' 'python-altgraph' 'python-opencv' 'python-pytorch-lightning' 'python-resampy' 'python-onnxruntime' 'soundtouch') -makedepends=('cmake' 'git') +depends=('cmake' 'python-statsmodels' 'python-onnx2pytorch' 'python-soundfile' 'python-numpy' 'python-numpy' 'python-ml-collections' 'python-matchering' 'python-natsort' 'python-llvmlite' 'python-scipy' 'python-pytorch' 'python-wget' 'python-librosa' 'python-kthread' 'python-samplerate' 'python-urllib3' 'python-screeninfo' 'python-yaml' 'python-pyperclip' 'python-playsound' 'python-cryptography' 'python-diffq' 'python-audioread' 'python-certifi' 'python-einops' 'python-pydub' 'python-psutil' 'python-pyglet' 'python-omegaconf' 'python-pillow' 'python-julius-git' 'python-future' 'python-altgraph' 'python-opencv' 'python-pytorch-lightning' 'python-resampy' 'python-onnxruntime' 'soundtouch') +makedepends=('git') source=("${name}::git+https://github.com/Anjok07/ultimatevocalremovergui.git" "UVR.sh" "UVR.diff") |