diff options
author | tian | 2025-01-26 22:42:22 +0800 |
---|---|---|
committer | tian | 2025-01-26 22:42:22 +0800 |
commit | d0fa130b8463292f2ace39ffcb07d2c153c8ebeb (patch) | |
tree | cbabcc7b6ae3df50a1844e589696333c142c58ee | |
parent | 951c91f7ffb2756640c12ed290022346d62f0052 (diff) | |
download | aur-d0fa130b8463292f2ace39ffcb07d2c153c8ebeb.tar.gz |
Update .SRCINFO
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ build() { source "${srcdir}/venv/bin/activate" pip install --no-cache-dir -r "${srcdir}/AzurLaneAutoScript-${pkgver}/requirements-in.txt" pip install --no-cache-dir -r "${srcdir}/AzurLaneAutoScript-${pkgver}/deploy/docker/requirements.txt" + pip install --no-cache-dir rich pip install --no-cache-dir mxnet-alas } package() { |