version 0.6.3

This commit is contained in:
Sylvain Desbureaux 2015-09-03 21:03:15 +02:00
parent 1998fa9f3f
commit 4a2f63fe1a
4 changed files with 31 additions and 8 deletions

BIN
.PKGBUILD.swp Normal file

Binary file not shown.

View file

@ -1,16 +1,16 @@
pkgbase = jackett pkgbase = jackett
pkgdesc = User any tracker with Sonarr pkgdesc = User any tracker with Sonarr
pkgver = 0.6.0 pkgver = 0.6.3
pkgrel = 4 pkgrel = 1
url = https://github.com/zone117x/Jackett url = https://github.com/zone117x/Jackett
install = jackett.install install = jackett.install
arch = any arch = any
license = GPL license = GPL
depends = mono depends = mono
depends = curl 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 source = jackett.service
md5sums = 007633ae31f52a86381df755518c81cf md5sums = 7439f8343f9d32e1c0f461233a20a816
md5sums = 5983ba69e0289be2c27ce9423df408ab md5sums = 5983ba69e0289be2c27ce9423df408ab
pkgname = jackett pkgname = jackett

View file

@ -1,15 +1,15 @@
# Maintainer: Brandon Giesing <brandon@giesing.cf> # Maintainer: Brandon Giesing <brandon@giesing.cf>
pkgname=jackett pkgname=jackett
pkgver=0.6.0 pkgver=0.6.3
pkgrel=4 pkgrel=1
pkgdesc='User any tracker with Sonarr' pkgdesc='User any tracker with Sonarr'
arch=('any') arch=('any')
license=('GPL') license=('GPL')
url='https://github.com/zone117x/Jackett' url='https://github.com/zone117x/Jackett'
depends=('mono' 'curl') depends=('mono' 'curl')
source=('https://github.com/zone117x/Jackett/releases/download/v0.6.0/Jackett.Mono.v0.6.0.tar.bz2' 'jackett.service') source=('https://jackett.net/Download/v0.6.3/Jackett.Mono.v0.6.3.tar.bz2' 'jackett.service')
md5sums=('007633ae31f52a86381df755518c81cf' md5sums=('7439f8343f9d32e1c0f461233a20a816'
'5983ba69e0289be2c27ce9423df408ab') '5983ba69e0289be2c27ce9423df408ab')
install=$pkgname.install install=$pkgname.install

23
PKGBUILD~ Normal file
View 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"
}