mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 23:27:54 +01:00
7.6.9
This commit is contained in:
parent
528d9d5ce2
commit
5de687c08a
2 changed files with 7 additions and 6 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = huntarr
|
||||
pkgdesc = an automatic missing content hunter for Sonarr, Radarr, Lidarr, Readarr, and Whisparr.
|
||||
pkgver = 7.5.6
|
||||
pkgver = 7.6.9
|
||||
pkgrel = 1
|
||||
url = https://github.com/plexguide/Huntarr.io
|
||||
arch = x86_64
|
||||
|
|
@ -13,12 +13,13 @@ pkgbase = huntarr
|
|||
depends = python-qrcode
|
||||
depends = python-pyotp
|
||||
depends = apprise
|
||||
depends = python-pytz
|
||||
backup = var/lib/huntarr/sleep.json
|
||||
source = https://github.com/plexguide/Huntarr.io/archive/refs/tags/7.5.6.tar.gz
|
||||
source = https://github.com/plexguide/Huntarr.io/archive/refs/tags/7.6.9.tar.gz
|
||||
source = huntarr.service
|
||||
source = huntarr.sysusers
|
||||
source = huntarr.tmpfiles
|
||||
sha256sums = decc3d5f03b200fd6ea810cc25339abff2d2af8cb0782083acb9bf3d7b2fe177
|
||||
sha256sums = f7b466f4b2c9a3f18d859f13898cfc753a2ecc082fc2a8c6b685392ffb020969
|
||||
sha256sums = 660e4f9dc6d38b06feeda7e7e8748191887a63a4a4087d6a23d36a4a4394bbd4
|
||||
sha256sums = 42a4c3451509f4ee82aa555f83f80fa638fbef162a33e937127a82723e2ab19e
|
||||
sha256sums = 57d8031a1a03293bc422cfd20cd8238219c4823557d17f5ad0874e633e864db5
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,16 +1,16 @@
|
|||
# Maintainer: Matt Cuneo <m@cuneo.au>
|
||||
|
||||
pkgname=huntarr
|
||||
pkgver=7.5.6
|
||||
pkgver=7.6.9
|
||||
pkgrel=1
|
||||
_reponame=Huntarr.io
|
||||
pkgdesc="an automatic missing content hunter for Sonarr, Radarr, Lidarr, Readarr, and Whisparr."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/plexguide/$_reponame"
|
||||
license=('GPL3')
|
||||
depends=('python' 'python-flask' 'python-requests' 'python-waitress' 'python-bcrypt' 'python-qrcode' 'python-pyotp' 'apprise')
|
||||
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=('decc3d5f03b200fd6ea810cc25339abff2d2af8cb0782083acb9bf3d7b2fe177'
|
||||
sha256sums=('f7b466f4b2c9a3f18d859f13898cfc753a2ecc082fc2a8c6b685392ffb020969'
|
||||
'660e4f9dc6d38b06feeda7e7e8748191887a63a4a4087d6a23d36a4a4394bbd4'
|
||||
'42a4c3451509f4ee82aa555f83f80fa638fbef162a33e937127a82723e2ab19e'
|
||||
'57d8031a1a03293bc422cfd20cd8238219c4823557d17f5ad0874e633e864db5')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue