summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortian2025-01-26 22:42:22 +0800
committertian2025-01-26 22:42:22 +0800
commitd0fa130b8463292f2ace39ffcb07d2c153c8ebeb (patch)
treecbabcc7b6ae3df50a1844e589696333c142c58ee
parent951c91f7ffb2756640c12ed290022346d62f0052 (diff)
downloadaur-d0fa130b8463292f2ace39ffcb07d2c153c8ebeb.tar.gz
Update .SRCINFO
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17557c8673c4..ffadee4b1283 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {