Search Criteria
Package Details: autobrr 1.54.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: | GPL-2.0-or-later |
Submitter: | grawlinson |
Maintainer: | fryfrog (txtsd) |
Last Packager: | txtsd |
Votes: | 3 |
Popularity: | 0.30 |
First Submitted: | 2022-08-21 08:54 (UTC) |
Last Updated: | 2024-12-16 00:09 (UTC) |
Dependencies (18)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- pnpm (yarn-pnpm-corepackAUR, corepackerAUR, pnpm-cliAUR) (make)
- deluge (deluge-gitAUR) (optional) – torrent downloader
- lidarrAUR (lidarr-binAUR, lidarr-developAUR, lidarr-develop-binAUR, lidarr-nightly-binAUR) (optional) – Music collection manager for newsgroup and torrent users
- porlaAUR (optional) – A high performance BitTorrent client for servers and seedboxes
- postgresql (postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql13AUR, postgresql-gitAUR) (optional) – postgresql database
- qbittorrent (qbittorrent-enhanced-qt5AUR, qbittorrent-qt5AUR, qbittorrent-gitAUR, qbittorrent-libtorrent-v1AUR, qbittorrent-enhanced-gitAUR, qbittorrent-enhanced-uaAUR, qbittorrent-enhanced-appimageAUR, qbittorrent-enhancedAUR) (optional) – torrent downloader
- radarrAUR (radarr-binAUR, radarr-developAUR, radarr-develop-binAUR, radarr-nightly-binAUR) (optional) – Movie organizer/manager for usenet and torrent users
- readarr (readarr-developAUR, readarr-develop-binAUR, readarr-nightly-binAUR) (optional) – Ebook and audiobook collection manager for newsgroup and torrent users
- rtorrent (rtorrent-colorAUR, rtorrent-pyro-gitAUR, rtorrent-ps-chAUR, rtorrent-gitAUR, rtorrent-ipv6AUR, rtorrent-psAUR, rtorrent-vi-colorAUR) (optional) – torrent downloader
- sabnzbdAUR (sabnzbd-gitAUR) (optional) – usenet downloader
- sonarrAUR (sonarr-binAUR, sonarr-developAUR, sonarr-develop-binAUR) (optional) – Smart PVR for newsgroup and torrent users
- transmission-cli (transmission-cli-gitAUR, transmission-noxunlei-cliAUR, transmission3-cliAUR) (optional) – torrent downloader (CLI and daemon)
- transmission-gtk (transmission-noxunlei-gtkAUR, transmission-gtk3AUR, transmission-gtk-gitAUR) (optional) – torrent downloader (GTK+)
- transmission-qt (transmission-qt-gitAUR, transmission-qt-ssl-gitAUR, transmission-noxunlei-qtAUR) (optional) – torrent downloader (Qt)
- whisparr (whisparr-nightly-binAUR) (optional) – Adult movie organizer/manager for usenet and torrent users
Required by (19)
- autobrr-runit
- lidarr (optional)
- lidarr-bin (optional)
- lidarr-develop (optional)
- lidarr-develop-bin (optional)
- lidarr-nightly-bin (optional)
- radarr (optional)
- radarr-bin (optional)
- radarr-develop (optional)
- radarr-develop-bin (optional)
- radarr-nightly-bin (optional)
- readarr-develop (optional)
- readarr-develop-bin (optional)
- readarr-nightly-bin (optional)
- sonarr (optional)
- sonarr-bin (optional)
- sonarr-develop (optional)
- sonarr-develop-bin (optional)
- whisparr-nightly-bin (optional)
Latest Comments
« First ‹ Previous 1 2
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.
« First ‹ Previous 1 2