mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/jellyfin-web: upgrade to 10.9.2
- enable tests
This commit is contained in:
parent
daf7f18429
commit
95c52bb2fc
@ -1,12 +1,12 @@
|
||||
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
|
||||
pkgname=jellyfin-web
|
||||
pkgver=10.9.1
|
||||
pkgver=10.9.2
|
||||
pkgrel=0
|
||||
pkgdesc="Web Client for Jellyfin"
|
||||
url="https://jellyfin.org/"
|
||||
# armv7: oom
|
||||
arch="x86_64 aarch64"
|
||||
options="!check net" # no tests
|
||||
options="net" # net for npm
|
||||
license="GPL-2.0-only"
|
||||
install="$pkgname.post-install"
|
||||
depends="jellyfin"
|
||||
@ -23,6 +23,10 @@ build() {
|
||||
npm run build:production
|
||||
}
|
||||
|
||||
check() {
|
||||
npm test
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/usr/share/webapps/jellyfin-web
|
||||
|
||||
@ -30,5 +34,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
52c34aa86010193a706690a71bdae5caec9a8853e58a8539fbf9ae62758ebff56f2a7ab5ab0863a4866f2b7aabb154622832fe6517df5ad88336fc5627caf416 jellyfin-web-10.9.1.tar.gz
|
||||
d1efa372ebe92ee2973bd8799c70f3195dd61f273fc125b03c6741c42aab0a528b54f32937dd4da61d14792541712b810cee457fde674d31b039c330b3201573 jellyfin-web-10.9.2.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user