Package Details: autobrr 1.54.0-1

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)

Sources (4)

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() or git archive checksumming make it into upstream makepkg, 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.