Ah, this is from using the trixie url thing. :/
Search Criteria
Package Details: lidarr-bin 2.11.2.4629-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lidarr-bin.git (read-only, click to copy) |
---|---|
Package Base: | lidarr-bin |
Description: | Music collection manager for newsgroup and torrent users. |
Upstream URL: | https://lidarr.audio |
Licenses: | GPL-3.0-or-later |
Groups: | servarr-bin |
Conflicts: | lidarr |
Provides: | lidarr |
Submitter: | txtsd |
Maintainer: | txtsd (fryfrog) |
Last Packager: | txtsd |
Votes: | 15 |
Popularity: | 0.103373 |
First Submitted: | 2024-10-15 14:38 (UTC) |
Last Updated: | 2025-04-30 06:11 (UTC) |
Dependencies (20)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- sqlite (sqlite-fossilAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- aria2 (aria2-gitAUR, aria2-proAUR, aria2-fastAUR, aria2-unlimitedAUR) (optional) – torrent downloader
- autobrrAUR (optional) – irc, torrent and usenet indexer proxy
- deluge (deluge-gitAUR) (optional) – torrent downloader
- jackettAUR (jackett-monoAUR, jackett-binAUR) (optional) – torrent indexer proxy
- nodejs-floodAUR (flood-gitAUR, flood-binAUR) (optional) – torrent downloader
- nzbget (nzbget-binAUR, nzbget-gitAUR, nzbget-git-debugAUR) (optional) – usenet downloader
- nzbhydra2AUR (nzbhydra2-nojava-binAUR, nzbhydra2-binAUR) (optional) – torznab and usenet indexer proxy
- postgresql (postgresql13AUR, postgresql-gitAUR, postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql16-docsAUR, postgresql16AUR) (optional) – postgresql database
- prowlarrAUR (prowlarr-binAUR, prowlarr-developAUR, prowlarr-develop-binAUR, prowlarr-nightly-binAUR) (optional) – torrent and usenet indexer proxy
- qbittorrent (qbittorrent-enhanced-qt5AUR, qbittorrent-qt5AUR, qbittorrent-gitAUR, qbittorrent-libtorrent-v1AUR, qbittorrent-enhanced-appimageAUR, qbittorrent-enhanced-gitAUR, qbittorrent-enhanced-uaAUR, qbittorrent-enhancedAUR) (optional) – torrent downloader
- rtorrent (rtorrent-colorAUR, rtorrent-pyro-gitAUR, rtorrent-ps-chAUR, rtorrent-gitAUR, rtorrent-psAUR, rtorrent-vi-colorAUR, rtorrent-ipv6AUR) (optional) – torrent downloader
- sabnzbdAUR (sabnzbd-gitAUR) (optional) – usenet downloader
- transmission-cli (transmission-noxunlei-cliAUR, transmission3-cliAUR, transmission-cli-gitAUR, transmission-cli-betaAUR) (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)
- vuzeAUR (vuze-extreme-modAUR) (optional) – torrent downloader
Required by (7)
- autobrr (requires lidarr) (optional)
- lunasea-bin (requires lidarr) (optional)
- prowlarr (requires lidarr) (optional)
- prowlarr-bin (requires lidarr) (optional)
- prowlarr-develop (requires lidarr) (optional)
- prowlarr-develop-bin (requires lidarr) (optional)
- prowlarr-nightly-bin (requires lidarr) (optional)
Sources (7)
fryfrog commented on 2018-03-17 19:55 (UTC)
binhex commented on 2018-03-17 16:39 (UTC)
I'm getting validation failure:-
Validating source files with sha512sums... Lidarr.develop.0.2.0.305.linux.tar.gz ... ?[0m ?[91mFAILED
binhex commented on 2018-03-09 09:31 (UTC)
@fryfrog looks good to me mate, my automated scripts picked up your change and built a new docker image with no issues, so its all good for me.
fryfrog commented on 2018-03-08 17:39 (UTC)
@binhex and @orkeren, check out what I just pushed and see what you think. When Lidarr has regular (pre)releases, we can do away w/ the silliness. We'll still need to manually edit the pkgver, so don't forget to do that! :)
binhex commented on 2018-03-08 10:46 (UTC)
ok how about a bit of regex then so we don't rely on jq:-
lidarr_url=$(curl -s "https://services.lidarr.audio/v1/update/nightly/changes?os=linux" | grep -P -o -m 1 '(?<=url":")[^"]+' | head -1)
orkeren commented on 2018-03-08 10:04 (UTC)
@binhex - that snippet though requires jq which we would have to add as dependency.
orkeren commented on 2018-03-08 10:03 (UTC)
@fryfrog I'll add you. @binhex thanks for that snippet!
binhex commented on 2018-03-06 16:01 (UTC)
This might be of interest @fryfrog @orkeren, json output from appveyor, so you could curl this and then jq to get first entry, that way you can then just re-run without having to alter the url in the PKGBUILD:-
lidarr_url=$(curl "https://services.lidarr.audio/v1/update/nightly/changes?os=linux" | jq -r '.[0].url')
fryfrog commented on 2018-03-05 20:42 (UTC)
https://ci.appveyor.com/api/buildjobs/w3mqu9a4gtrdgv38/artifacts/Lidarr.develop.0.2.0.289.linux.tar.gz <- this one fixes mono 5.10.
I'd be happy to be a co-maintainer to help keep it more up to date.
orkeren commented on 2018-02-19 10:20 (UTC)
@binhex there sadly is no way of targeting latest on appveyor. I am looking into creating an automated way though. Until then I will try to remember updating weekly.
Pinned Comments
txtsd commented on 2024-10-21 04:23 (UTC) (edited on 2024-10-30 12:50 (UTC) by txtsd)
Alternate versions
lidarr (source version of this package)
lidarr-develop (develop branch)
lidarr-develop-bin (binary version of the develop branch)
lidarr-nightly-bin (nightly builds)