summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpikl2024-02-03 10:06:19 +0000
committerpikl2024-02-03 10:06:19 +0000
commit56eaadbc7808f09e9caae955f1670204213d05e9 (patch)
treec2542529b388eb3b66ea1d4d793977cbd6c142fc
parent90034d17d6f25c0a3f74da60fc9444ba7024ee9b (diff)
downloadaur-56eaadbc7808f09e9caae955f1670204213d05e9.tar.gz
test
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d570fe3fb738..db1a72d126a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: pikl <me@pikl.uk>
pkgbase=immich
pkgname=('immich-server' 'immich-cli')
-pkgrel=2
+pkgrel=3
pkgver=1.94.1
pkgdesc='Self-hosted photos and videos backup tool'
url='https://github.com/immich-app/immich'
@@ -105,7 +105,7 @@ build() {
python -m venv "${srcdir}/venv"
export VIRTUAL_ENV="${srcdir}/venv"
export PATH="${srcdir}/venv/bin:${PATH}"
- poetry install --sync --no-interaction --no-ansi --no-root --without dev
+ poetry install --sync --no-interaction --no-ansi --no-root --with cpu --without dev
# delete any python bytecode
find "${srcdir}/venv" -type f -name "*.py[co]" -delete
find "${srcdir}/venv" -type d -name "__pycache__" -delete