summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpikl2024-02-03 10:13:37 +0000
committerpikl2024-02-03 10:13:37 +0000
commitf5158d0902ad57855d114dabba3037294e26c4d9 (patch)
tree127df3a5956342b5f3779918e8bb436753da0067
parentf8db1e0bbeaa8133ad91942ad4f6a9b425ae9b0a (diff)
downloadaur-f5158d0902ad57855d114dabba3037294e26c4d9.tar.gz
added accidentally
-rw-r--r--paste_bc63f6ed76
1 files changed, 0 insertions, 76 deletions
diff --git a/paste_bc63f6ed b/paste_bc63f6ed
deleted file mode 100644
index c398b9fb4f0e..000000000000
--- a/paste_bc63f6ed
+++ /dev/null
@@ -1,76 +0,0 @@
-From a358bf8ee817497117826528e96ee5d7fa06a1e0 Mon Sep 17 00:00:00 2001
-Date: Tue, 30 Jan 2024 13:25:45 +0100
-Subject: [PATCH] Update to 1.93.3
-
----
- PKGBUILD | 26 ++++++++++++++++----------
- 1 file changed, 16 insertions(+), 10 deletions(-)
-
-diff --git a/PKGBUILD b/PKGBUILD
-index ea9122a..446da5a 100644
---- a/PKGBUILD
-+++ b/PKGBUILD
-@@ -3,7 +3,7 @@
- pkgbase=immich
- pkgname=('immich-server' 'immich-cli')
- pkgrel=1
--pkgver=1.92.1
-+pkgver=1.93.3
- pkgdesc='Self-hosted photos and videos backup tool'
- url='https://github.com/immich-app/immich'
- license=('MIT')
-@@ -41,7 +41,7 @@ source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/immich-app/immich/archi
- 'https://download.geonames.org/export/dump/cities500.zip'
- 'https://download.geonames.org/export/dump/admin1CodesASCII.txt'
- 'https://download.geonames.org/export/dump/admin2Codes.txt')
--sha256sums=('cf090e38f9fcc52c3051c77b6e3df81543018ea7f247d9db6da28a8c9426e5d9'
-+sha256sums=('99bf458f910a7d9551a4313c2a36cfce5112f2fa756e4613472ecbe28bbff565'
- '0a9d7fffe3c301190cc8581ee7e11417eb0661937a2c03d76c8b8bc39710205b'
- 'dc1a3d7baf2ec4f00a4a80f88a1f28dc1092eb7a08195544cc37b6532777f5d7'
- 'd20455349cdb9409adb42cdbde48c30a176d2a5337ad148c6d2227ecc523c88a'
-@@ -64,13 +64,6 @@ prepare() {
-
- build() {
-
-- # build web frontend
-- # from: web/Dockerfile RUN npm commands
-- cd "${srcdir}/${pkgbase}-${pkgver}/web"
-- npm ci
-- npm run build
-- npm prune --omit=dev
--
- # build server
- # from: server/Dockerfile RUN npm commands
- # * npm link / and cache clean not required
-@@ -85,7 +78,19 @@ build() {
- mkdir -p node_modules/@img
- mv "${tmpdir}/@img/"* node_modules/@img
- rm -rf "${tmpdir}"
--
-+
-+ # web build
-+ cd "${srcdir}/${pkgbase}-${pkgver}/open-api/typescript-sdk"
-+ npm ci
-+ npm run build
-+
-+ # build web frontend
-+ # from: web/Dockerfile RUN npm commands
-+ cd "${srcdir}/${pkgbase}-${pkgver}/web"
-+ npm ci
-+ npm run build
-+ # npm prune --omit=dev
-+
- # build machine learning (python)
- # from: ENV and RUN commands in machine-learning/Dockerfile
- # * later ENV commands picked up in systemd service files
-@@ -198,6 +203,7 @@ package_immich-server() {
- install -dm755 "${pkgdir}${_installdir}"
- cp -r "${srcdir}/venv" "${pkgdir}${_installdir}"
- cp -r "machine-learning/app" "${pkgdir}${_installdir}"
-+ cp -r "machine-learning/ann" "${pkgdir}${_installdir}"
- install -Dm644 "machine-learning/log_conf.json" "${pkgdir}${_installdir}/log_conf.json"
-
- cd "${srcdir}"
---
-2.43.0
-