Search Criteria
Package Details: autobrr 1.30.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/autobrr.git (read-only, click to copy) |
---|---|
Package Base: | autobrr |
Description: | The modern download automation tool for torrents |
Upstream URL: | https://autobrr.com |
Licenses: | GPL2 |
Submitter: | grawlinson |
Maintainer: | grawlinson |
Last Packager: | grawlinson |
Votes: | 1 |
Popularity: | 0.005116 |
First Submitted: | 2022-08-21 08:54 (UTC) |
Last Updated: | 2023-09-27 03:51 (UTC) |
Dependencies (12)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
- nodejs (nodejs6-bin, nodejs-nightly, nodejs-git, nodejs-lts-gallium, nodejs-lts-hydrogen) (make)
- deluge (deluge-git) (optional)
- lidarr (lidarr-develop, lidarr-nightly) (optional)
- postgresql (postgresql-9.5, postgresql-9.4, postgresql-9.6, postgresql-11, postgresql-10, postgresql-12, postgresql-lts, postgresql-src, postgresql-git, postgresql-beta, postgresql13) (optional)
- qbittorrent (qbittorrent-dark-git, qbittorrent-enhanced-qt5-git, qbittorrent-git, qbittorrent-enhanced-git, qbittorrent-libtorrent-v1, qbittorrent-enhanced-ua, qbittorrent-qt5, qbittorrent-enhanced, qbittorrent-enhanced-qt5) (optional)
- radarr (radarr-develop, radarr-nightly) (optional)
- rtorrent (rtorrent-color, rtorrent-pyro-git, rtorrent-ps, rtorrent-ipv6, rtorrent-ps-ch, rtorrent-vi-color, rtorrent-git) (optional)
- sonarr (sonarr-develop) (optional)
- transmission-cli (transmission-sequential-cli, transmission-noxunlei-cli, transmission-cli-git) (optional)
Latest Comments
fryfrog commented on 2023-08-10 14:09 (UTC) (edited on 2023-08-10 14:09 (UTC) by fryfrog)
It builds inside a clean chroot for me too, what in the world?
I had
nodejs
andnpm
installed to start, addedpnpm
package when it failed, would that causenodejs
package to not provide them? I'll play around w/ this a little more later.grawlinson commented on 2023-08-10 04:53 (UTC)
It works in (and out of) a clean chroot, so the problem lies elsewhere.
fryfrog commented on 2023-08-10 03:53 (UTC)
When I updated autobrr w/
paru
, it did not install any additional depedencies. It then failed trying to findpnpm
. After installingextras/pnpm
, it worked.grawlinson commented on 2023-08-10 03:46 (UTC)
See L55-58 of the
PKGBUILD
:nodejs
providescorepack
, which providesnpm
,yarn
, andpnpm
.fryfrog commented on 2023-08-10 03:01 (UTC)
I think
pnpm
needs to be a dependency. I just tried to upgrade and it wanted to run that, but twasn't installed.katt commented on 2023-06-26 13:14 (UTC)
pnpm is in the official repos, and autobrr builds and runs just fine when built with it
katt commented on 2023-05-18 09:02 (UTC)
Upstream switched to pnpm from yarn, maybe we should do the same in the pkgbuild?
https://github.com/autobrr/autobrr/commit/762a0bb36bda522084d97463ee4dab8f3e23cef8
fryfrog commented on 2022-09-13 20:40 (UTC)
Interesting, thanks!
grawlinson commented on 2022-09-13 02:27 (UTC)
So the makepkg cache folder only needs to hold a singular (git) repository, rather than several full-size tarballs.
And checksumming won't be skipped once
verify()
orgit archive
checksumming make it into upstreammakepkg
, so this is a moot point.fryfrog commented on 2022-09-12 05:18 (UTC) (edited on 2022-09-12 05:33 (UTC) by fryfrog)
Out of curiosity, why do you use a specific git commit (and skip checksumming) instead of the published release?
Edit: Here is a git patch that switches it to released versions and adds a nice .gitignore too.