summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryznnyz2024-11-28 14:43:10 -0500
committeryznnyz2024-11-28 14:43:10 -0500
commit67283dcc3940c19c9fba4cdd25f713e59903588b (patch)
tree20d9d96f0a813b6631d5b55305a623eb069b911b
parentd21f4d2eb54040a45bdf90171dbc9678099e07ef (diff)
downloadaur-67283dcc3940c19c9fba4cdd25f713e59903588b.tar.gz
Modify dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcb20ace6e7e..6005632e6217 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 07c8075b1669..8ea74f0d0591 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")