You've already forked audiobookshelf
Errors when running with NodeJS v25:
```
> audiobookshelf
/usr/lib/audiobookshelf/node_modules/buffer-equal-constant-time/index.js:37
var origSlowBufEqual = SlowBuffer.prototype.equal;
^
TypeError: Cannot read properties of undefined (reading 'prototype')
at Object.<anonymous> (/usr/lib/audiobookshelf/node_modules/buffer-equal-constant-time/index.js:37:35)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1892:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.require (node:internal/modules/cjs/loader:1503:12)
at require (node:internal/modules/helpers:152:16)
at Object.<anonymous> (/usr/lib/audiobookshelf/node_modules/jwa/index.js:1:19)
Node.js v25.2.1
```
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
pkgbase = audiobookshelf
|
|
pkgdesc = Self-hosted audiobook server for managing and playing audiobooks
|
|
pkgver = 2.30.0
|
|
pkgrel = 2
|
|
epoch = 1
|
|
url = https://github.com/advplyr/audiobookshelf
|
|
arch = x86_64
|
|
arch = aarch64
|
|
license = GPL-3.0-only
|
|
makedepends = npm
|
|
depends = ffmpeg
|
|
depends = libnusqlite3
|
|
depends = nodejs-lts-iron
|
|
options = !debug
|
|
backup = etc/conf.d/audiobookshelf
|
|
source = audiobookshelf-2.30.0.tar.gz::https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.30.0.tar.gz
|
|
source = audiobookshelf.conf
|
|
source = audiobookshelf.hook
|
|
source = audiobookshelf.service
|
|
source = audiobookshelf.sysusers
|
|
source = audiobookshelf.tmpfiles
|
|
sha256sums = 1f35924925671a23181b814123cd12d89ffd4fa0a1f40ab33791fa9480d047cf
|
|
sha256sums = 50a42f0de1da9f780da11fa8413539fbb0a77857205b7ae25bb5bd35f51ad335
|
|
sha256sums = 91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b
|
|
sha256sums = 4f37d8e407eda555231dc23d1cd35d329075ae6686acbb89d0b4612a824d594d
|
|
sha256sums = cd5db44865de6f7401093b60869f937703213f196220e8c3325fa7f1b02db1fa
|
|
sha256sums = ec04988b13dd049fbd021a51275c92120179f74f1e71fd9141bd720633e5f99f
|
|
|
|
pkgname = audiobookshelf
|