This commit is contained in:
Matt Cuneo 2025-06-01 20:08:08 +10:00
parent 5a2cea780a
commit cd4456681d
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = huntarr
pkgdesc = an automatic missing content hunter for Sonarr, Radarr, Lidarr, Readarr, and Whisparr.
pkgver = 7.4.11
pkgver = 7.5.0
pkgrel = 1
url = https://github.com/plexguide/Huntarr.io
arch = x86_64
@ -14,11 +14,11 @@ pkgbase = huntarr
depends = python-pyotp
depends = apprise
backup = var/lib/huntarr/sleep.json
source = https://github.com/plexguide/Huntarr.io/archive/refs/tags/7.4.11.tar.gz
source = https://github.com/plexguide/Huntarr.io/archive/refs/tags/7.5.0.tar.gz
source = huntarr.service
source = huntarr.sysusers
source = huntarr.tmpfiles
sha256sums = 01c9029c2c51a6ab5440b85385a9481263513f572438dbeaf81f1e2fafd0bc50
sha256sums = 6a2cc6699104474cbbebaa919251579ba9ff4182e138e8197ef645c6cb7d46fa
sha256sums = 660e4f9dc6d38b06feeda7e7e8748191887a63a4a4087d6a23d36a4a4394bbd4
sha256sums = 42a4c3451509f4ee82aa555f83f80fa638fbef162a33e937127a82723e2ab19e
sha256sums = 57d8031a1a03293bc422cfd20cd8238219c4823557d17f5ad0874e633e864db5

View file

@ -1,7 +1,7 @@
# Maintainer: Matt Cuneo <m@cuneo.au>
pkgname=huntarr
pkgver=7.4.11
pkgver=7.5.0
pkgrel=1
_reponame=Huntarr.io
pkgdesc="an automatic missing content hunter for Sonarr, Radarr, Lidarr, Readarr, and Whisparr."
@ -10,7 +10,7 @@ url="https://github.com/plexguide/$_reponame"
license=('GPL3')
depends=('python' 'python-flask' 'python-requests' 'python-waitress' 'python-bcrypt' 'python-qrcode' 'python-pyotp' 'apprise')
source=("${url}/archive/refs/tags/$pkgver.tar.gz" 'huntarr.service' 'huntarr.sysusers' 'huntarr.tmpfiles')
sha256sums=('01c9029c2c51a6ab5440b85385a9481263513f572438dbeaf81f1e2fafd0bc50'
sha256sums=('6a2cc6699104474cbbebaa919251579ba9ff4182e138e8197ef645c6cb7d46fa'
'660e4f9dc6d38b06feeda7e7e8748191887a63a4a4087d6a23d36a4a4394bbd4'
'42a4c3451509f4ee82aa555f83f80fa638fbef162a33e937127a82723e2ab19e'
'57d8031a1a03293bc422cfd20cd8238219c4823557d17f5ad0874e633e864db5')