version 0.6.3
This commit is contained in:
parent
1998fa9f3f
commit
4a2f63fe1a
4 changed files with 31 additions and 8 deletions
BIN
.PKGBUILD.swp
Normal file
BIN
.PKGBUILD.swp
Normal file
Binary file not shown.
8
.SRCINFO
8
.SRCINFO
|
@ -1,16 +1,16 @@
|
|||
pkgbase = jackett
|
||||
pkgdesc = User any tracker with Sonarr
|
||||
pkgver = 0.6.0
|
||||
pkgrel = 4
|
||||
pkgver = 0.6.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/zone117x/Jackett
|
||||
install = jackett.install
|
||||
arch = any
|
||||
license = GPL
|
||||
depends = mono
|
||||
depends = curl
|
||||
source = https://github.com/zone117x/Jackett/releases/download/v0.6.0/Jackett.Mono.v0.6.0.tar.bz2
|
||||
source = https://jackett.net/Download/v0.6.3/Jackett.Mono.v0.6.3.tar.bz2
|
||||
source = jackett.service
|
||||
md5sums = 007633ae31f52a86381df755518c81cf
|
||||
md5sums = 7439f8343f9d32e1c0f461233a20a816
|
||||
md5sums = 5983ba69e0289be2c27ce9423df408ab
|
||||
|
||||
pkgname = jackett
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Brandon Giesing <brandon@giesing.cf>
|
||||
|
||||
pkgname=jackett
|
||||
pkgver=0.6.0
|
||||
pkgrel=4
|
||||
pkgver=0.6.3
|
||||
pkgrel=1
|
||||
pkgdesc='User any tracker with Sonarr'
|
||||
arch=('any')
|
||||
license=('GPL')
|
||||
url='https://github.com/zone117x/Jackett'
|
||||
depends=('mono' 'curl')
|
||||
source=('https://github.com/zone117x/Jackett/releases/download/v0.6.0/Jackett.Mono.v0.6.0.tar.bz2' 'jackett.service')
|
||||
md5sums=('007633ae31f52a86381df755518c81cf'
|
||||
source=('https://jackett.net/Download/v0.6.3/Jackett.Mono.v0.6.3.tar.bz2' 'jackett.service')
|
||||
md5sums=('7439f8343f9d32e1c0f461233a20a816'
|
||||
'5983ba69e0289be2c27ce9423df408ab')
|
||||
install=$pkgname.install
|
||||
|
||||
|
|
23
PKGBUILD~
Normal file
23
PKGBUILD~
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Maintainer: Brandon Giesing <brandon@giesing.cf>
|
||||
|
||||
pkgname=jackett
|
||||
pkgver=0.6.0
|
||||
pkgrel=4
|
||||
pkgdesc='User any tracker with Sonarr'
|
||||
arch=('any')
|
||||
license=('GPL')
|
||||
url='https://github.com/zone117x/Jackett'
|
||||
depends=('mono' 'curl')
|
||||
source=('https://github.com/zone117x/Jackett/releases/download/v0.6.0/Jackett.Mono.v0.6.0.tar.bz2' 'jackett.service')
|
||||
md5sums=('007633ae31f52a86381df755518c81cf'
|
||||
'5983ba69e0289be2c27ce9423df408ab')
|
||||
install=$pkgname.install
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
||||
install -d -m755 "${pkgdir}/opt/Jackett"
|
||||
cp -dpr --no-preserve=ownership "${srcdir}/"* "${pkgdir}/opt/Jackett"
|
||||
install -D -m644 "${srcdir}/jackett.service" "${pkgdir}/usr/lib/systemd/system/jackett.service"
|
||||
install -d -m755 "${pkgdir}/usr/share/Jackett"
|
||||
}
|
Loading…
Reference in a new issue