Package Details: huntarr 9.2.3-1

Git Clone URL: https://aur.archlinux.org/huntarr.git (read-only, click to copy)
Package Base: huntarr
Description: an automatic missing content hunter for Sonarr, Radarr, Lidarr, Readarr, and Whisparr.
Upstream URL: https://github.com/plexguide/Huntarr.io
Licenses: GPL3
Submitter: rabidpug
Maintainer: rabidpug
Last Packager: rabidpug
Votes: 1
Popularity: 0.67
First Submitted: 2025-06-01 01:49 (UTC)
Last Updated: 2026-02-07 12:09 (UTC)

Latest Comments

Gilrain commented on 2026-01-31 17:37 (UTC) (edited on 2026-01-31 17:37 (UTC) by Gilrain)

I've cleanup the packaging instructions:

diff --git a/PKGBUILD b/PKGBUILD
index fb07034..23bc886 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4 +4 @@ pkgname=huntarr
-pkgver=9.0.0
+pkgver=9.1.4
@@ -12 +12 @@ license=('GPL3')
-depends=('python' 'python-flask' 'python-requests' 'python-waitress' 'python-bcrypt' 'python-qrcode' 'python-pyotp' 'apprise' 'python-pytz' 'python-markdown' 'python-pyyaml')
+depends=('python' 'python-flask' 'python-requests' 'python-waitress' 'python-bcrypt' 'python-qrcode' 'python-pyotp' 'python-pytz' 'apprise')
@@ -14 +14 @@ source=("${url}/archive/refs/tags/$pkgver.tar.gz" 'huntarr.service' 'huntarr.sys
-sha256sums=('5d634776f895e2a00d9f8a8a6a6fa3d637c4065395df7111ba0a5501d177a7c1'
+sha256sums=('4404e0fe29e4f56440157d77241e5cf7750dfc0e8672ea1ff9bd5531e84c06c6'
@@ -18,5 +18 @@ sha256sums=('5d634776f895e2a00d9f8a8a6a6fa3d637c4065395df7111ba0a5501d177a7c1'
-backup=(var/lib/huntarr/sleep.json)
-prepare() {
-  cd "$_reponame-$pkgver"
-       sed -i "s|base_dir, 'frontend', 'static', 'data', 'sleep.json'|'/var','lib','huntarr','sleep.json'|" src/primary/cycle_tracker.py
-}
+
@@ -29 +24,0 @@ package() {
-       install -Dm755 "$srcdir/$_reponame-$pkgver/frontend/static/data/sleep.json" "$pkgdir/var/lib/huntarr/sleep.json"