This commit is contained in:
Matt Cuneo 2025-06-11 09:50:18 +10:00
parent 5de687c08a
commit ea3efc8dc2
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.6.9
pkgver = 7.7.1
pkgrel = 1
url = https://github.com/plexguide/Huntarr.io
arch = x86_64
@ -15,11 +15,11 @@ pkgbase = huntarr
depends = apprise
depends = python-pytz
backup = var/lib/huntarr/sleep.json
source = https://github.com/plexguide/Huntarr.io/archive/refs/tags/7.6.9.tar.gz
source = https://github.com/plexguide/Huntarr.io/archive/refs/tags/7.7.1.tar.gz
source = huntarr.service
source = huntarr.sysusers
source = huntarr.tmpfiles
sha256sums = f7b466f4b2c9a3f18d859f13898cfc753a2ecc082fc2a8c6b685392ffb020969
sha256sums = 3becbb15e21ee58301e470beb5bc57f52c1d637e8c020e39701eecd2bdba8f11
sha256sums = 660e4f9dc6d38b06feeda7e7e8748191887a63a4a4087d6a23d36a4a4394bbd4
sha256sums = 42a4c3451509f4ee82aa555f83f80fa638fbef162a33e937127a82723e2ab19e
sha256sums = 57d8031a1a03293bc422cfd20cd8238219c4823557d17f5ad0874e633e864db5

View file

@ -1,7 +1,7 @@
# Maintainer: Matt Cuneo <m@cuneo.au>
pkgname=huntarr
pkgver=7.6.9
pkgver=7.7.1
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' 'python-pytz')
source=("${url}/archive/refs/tags/$pkgver.tar.gz" 'huntarr.service' 'huntarr.sysusers' 'huntarr.tmpfiles')
sha256sums=('f7b466f4b2c9a3f18d859f13898cfc753a2ecc082fc2a8c6b685392ffb020969'
sha256sums=('3becbb15e21ee58301e470beb5bc57f52c1d637e8c020e39701eecd2bdba8f11'
'660e4f9dc6d38b06feeda7e7e8748191887a63a4a4087d6a23d36a4a4394bbd4'
'42a4c3451509f4ee82aa555f83f80fa638fbef162a33e937127a82723e2ab19e'
'57d8031a1a03293bc422cfd20cd8238219c4823557d17f5ad0874e633e864db5')