summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2023-03-20 18:11:14 +0100
committerLuca Weiss2023-03-20 18:11:14 +0100
commit7f7f5d905c950e6285be44d470230cdd1348701b (patch)
tree00ff5d89fb27ff3d19f438ed6f36c39983bedeef /PKGBUILD
parent61c482698729ff37d623483573140d2c840ff617 (diff)
downloadaur-7f7f5d905c950e6285be44d470230cdd1348701b.tar.gz
upgpkg: jellyfin-git 10.8.0.alpha5.r1656.g2ce08eb184-1
Fix jellyfin-web not building
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 572f62b51fb5..632e86bcbfbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=jellyfin-git
pkgname=(jellyfin-git jellyfin-web-git jellyfin-server-git)
-pkgver=10.8.0.alpha5.r1185.g16fdb127ab
+pkgver=10.8.0.alpha5.r1656.g2ce08eb184
pkgrel=1
pkgdesc='The Free Software Media System'
arch=('i686' 'x86_64' 'armv6h')
@@ -37,6 +37,7 @@ build(){
cd jellyfin-web
npm ci --no-audit
+ npm run build:production
# Build jellyfin-server
cd ../jellyfin