This commit is contained in:
Matt Cuneo 2025-06-03 07:24:24 +10:00
parent 8acef2a044
commit 75bb174c6b
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.5.2
pkgver = 7.5.4
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.5.2.tar.gz
source = https://github.com/plexguide/Huntarr.io/archive/refs/tags/7.5.4.tar.gz
source = huntarr.service
source = huntarr.sysusers
source = huntarr.tmpfiles
sha256sums = df7cdff084f939b72002176c470812ef26fe261d8df27ef2242a35725b7a3a51
sha256sums = 8fe618fac052512eaf39d4d663bad2d520b00253ab6dd28f3f245c573fe72184
sha256sums = 660e4f9dc6d38b06feeda7e7e8748191887a63a4a4087d6a23d36a4a4394bbd4
sha256sums = 42a4c3451509f4ee82aa555f83f80fa638fbef162a33e937127a82723e2ab19e
sha256sums = 57d8031a1a03293bc422cfd20cd8238219c4823557d17f5ad0874e633e864db5

View file

@ -1,7 +1,7 @@
# Maintainer: Matt Cuneo <m@cuneo.au>
pkgname=huntarr
pkgver=7.5.2
pkgver=7.5.4
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=('df7cdff084f939b72002176c470812ef26fe261d8df27ef2242a35725b7a3a51'
sha256sums=('8fe618fac052512eaf39d4d663bad2d520b00253ab6dd28f3f245c573fe72184'
'660e4f9dc6d38b06feeda7e7e8748191887a63a4a4087d6a23d36a4a4394bbd4'
'42a4c3451509f4ee82aa555f83f80fa638fbef162a33e937127a82723e2ab19e'
'57d8031a1a03293bc422cfd20cd8238219c4823557d17f5ad0874e633e864db5')