Package Details: jellyseerr 2.7.3-2

Git Clone URL: https://aur.archlinux.org/jellyseerr.git (read-only, click to copy)
Package Base: jellyseerr
Description: Request management and media discovery tool for the Plex ecosystem
Upstream URL: https://github.com/seerr-team/seerr
Licenses: MIT
Submitter: fryfrog
Maintainer: txtsd (fryfrog)
Last Packager: fryfrog
Votes: 14
Popularity: 0.46
First Submitted: 2022-05-28 22:52 (UTC)
Last Updated: 2025-11-20 05:44 (UTC)

Dependencies (10)

Required by (1)

Sources (6)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

pidgeonsquats commented on 2025-11-13 22:12 (UTC) (edited on 2025-11-13 22:16 (UTC) by pidgeonsquats)

I got it to build and install by:
1. update arch.patch with node version 25 instead of 24
2. fix sha256 hash for jellyseerr-2.7.3.tar.gz in PKGBUILD
3. fix sha256 hash for modified arch.patch in PKGBUILD
4. add pnpm update jwa as suggested by ddxtanx
5. run makepkg -si
6. in src, rename folder seerr-2.7.3 to jellyseerr-2.7.3
7. run makepkg -si again

atomicpanda commented on 2025-11-12 04:06 (UTC)

What needs to be done to get this package to run successfully? I'm getting the same runtime error as anonion posted below. I tried the suggestion of putting pnpm update jwa into the PKGBUILD but I'm still getting that error.

readdeo commented on 2025-11-01 12:39 (UTC)

I'm having trouble installing this package. First it was complaining that Npm v25 is not compatible. I tried to cleanbuild it and now validity checks failing:


==> Validating source files with sha256sums...
    jellyseerr-2.7.3.tar.gz ... FAILED
    arch.patch ... Passed
    jellyseerr.sysusers ... Passed
    jellyseerr.tmpfiles ... Passed
    jellyseerr.service ... Passed
    jellyseerr.conf.d ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/readdeo/.cache/yay/jellyseerr 
         context: exit status 1 


:: (1/1) Parsing SRCINFO: jellyseerr
==> Making package: jellyseerr 2.7.3-1 (Sat 01 Nov 2025 01:32:22 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found jellyseerr-2.7.3.tar.gz
  -> Found arch.patch
  -> Found jellyseerr.sysusers
  -> Found jellyseerr.tmpfiles
  -> Found jellyseerr.service
  -> Found jellyseerr.conf.d
==> Validating source files with sha256sums...
    jellyseerr-2.7.3.tar.gz ... FAILED
    arch.patch ... Passed
    jellyseerr.sysusers ... Passed
    jellyseerr.tmpfiles ... Passed
    jellyseerr.service ... Passed
    jellyseerr.conf.d ... Passed
==> ERROR: One or more files did not pass the validity check!

ddxtanx commented on 2025-10-28 04:05 (UTC)

@anonion this runtime error goes away if you put pnpm update jwa above the pnpm install in the PKGBUILD.

anonion commented on 2025-10-27 16:14 (UTC) (edited on 2025-10-27 16:49 (UTC) by anonion)

In addition to changing all the cd's, I also needed to update arch.patch to use nodejs 25

Edit: seems like I spoke too soon. It builds but now I'm getting a runtime error

Oct 27 10:48:48 emby systemd[1]: Starting Jellyseerr Service...
Oct 27 10:48:48 emby systemd[1]: jellyseerr.service: Scheduled restart job, restart counter is at 85.
Oct 27 10:48:42 emby systemd[1]: jellyseerr.service: Failed with result 'exit-code'.
Oct 27 10:48:42 emby systemd[1]: jellyseerr.service: Main process exited, code=exited, status=1/FAILURE
Oct 27 10:48:42 emby jellyseerr[226467]: Node.js v25.0.0
Oct 27 10:48:42 emby jellyseerr[226467]:     at Object.<anonymous> (/usr/lib/jellyseerr/node_modules/.pnpm/jwa@2.0.0/node_modules/jwa/index.js:1:19)
Oct 27 10:48:42 emby jellyseerr[226467]:     at require (node:internal/modules/helpers:152:16)
Oct 27 10:48:42 emby jellyseerr[226467]:     at Module.require (node:internal/modules/cjs/loader:1502:12)
Oct 27 10:48:42 emby jellyseerr[226467]:     at wrapModuleLoad (node:internal/modules/cjs/loader:244:24)
Oct 27 10:48:42 emby jellyseerr[226467]:     at TracingChannel.traceSync (node:diagnostics_channel:328:14)
Oct 27 10:48:42 emby jellyseerr[226467]:     at Module._load (node:internal/modules/cjs/loader:1298:12)
Oct 27 10:48:42 emby jellyseerr[226467]:     at Module.load (node:internal/modules/cjs/loader:1479:32)
Oct 27 10:48:42 emby jellyseerr[226467]:     at Object..js (node:internal/modules/cjs/loader:1892:10)
Oct 27 10:48:42 emby jellyseerr[226467]:     at Module._compile (node:internal/modules/cjs/loader:1759:14)
Oct 27 10:48:42 emby jellyseerr[226467]:     at Object.<anonymous> (/usr/lib/jellyseerr/node_modules/.pnpm/buffer-equal-constant-time@1.0.1/node_modules/buffer-equal-constant-time/index.js:37:35)
Oct 27 10:48:42 emby jellyseerr[226467]: TypeError: Cannot read properties of undefined (reading 'prototype')
Oct 27 10:48:42 emby jellyseerr[226467]:                                   ^
Oct 27 10:48:42 emby jellyseerr[226467]: var origSlowBufEqual = SlowBuffer.prototype.equal;
Oct 27 10:48:42 emby jellyseerr[226467]: /usr/lib/jellyseerr/node_modules/.pnpm/buffer-equal-constant-time@1.0.1/node_modules/buffer-equal-constant-time/index.js:37
Oct 27 10:48:42 emby systemd[1]: Started Jellyseerr Service.

tsangares commented on 2025-10-10 21:49 (UTC) (edited on 2025-10-10 21:50 (UTC) by tsangares)

On line 50 of the PKGBUILD I had to change:

-  cd "${pkgname}-${pkgver}"
+  cd "seerr-${pkgver}"

Not sure how to make a PR to the arch linux repo. But apparently the tar unpacks as seerr

Xoepe commented on 2025-10-06 21:20 (UTC)

The SHA256 checksum is failing for the main .tar.gz package on my end. I'm not too familiar with all the PKGBUILD stuff, but running a checksum locally on the .tar.gz does come up with a different value than the first one that is listed in the PKGBUILD.

picokan commented on 2025-06-10 18:20 (UTC)

The arch.patch file is changing the node version to 23, but it's no longer available in the official repos, and it doesn't exist in the AUR, making it not compile. Either changing it to version the 22 lts or 24 will fix it.

jkhsjdhjs commented on 2025-04-29 22:56 (UTC)

@codeswhite https://github.com/Fallenbagel/jellyseerr/issues/1070

codeswhite commented on 2025-04-29 21:18 (UTC) (edited on 2025-04-29 21:20 (UTC) by codeswhite)

Can we do something about the installed package size? its currently over 1.3G (!?)

$ pacman -Qo /usr/lib/jellyseerr/node_modules; du -h -d0 /usr/lib/jellyseerr/node_modules
/usr/lib/jellyseerr/node_modules/ is owned by jellyseerr 2.5.2-1
1.3G    /usr/lib/jellyseerr/node_modules