added jdk as make dep

This commit is contained in:
max.bra 2018-03-23 23:21:45 +01:00
parent 52ee44370e
commit 7675c3f3a2
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = filebot
pkgdesc = The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums.
pkgver = 4.8.0
pkgrel = 1
pkgrel = 2
url = http://filebot.sourceforge.net/
install = filebot.install
arch = i686
@ -12,6 +12,7 @@ pkgbase = filebot
license = GPL
makedepends = unzip
makedepends = apache-ivy
makedepends = jdk>=9
depends = java-runtime>=9
depends = fontconfig
depends = chromaprint

View file

@ -6,7 +6,7 @@
pkgname=filebot
pkgver=4.8.0
pkgrel=1
pkgrel=2
_jnaver=4.5.1
pkgdesc="The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums."
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@ -14,7 +14,7 @@ url="http://filebot.sourceforge.net/"
license=('GPL')
install=$pkgname.install
depends=('java-runtime>=9' 'fontconfig' 'chromaprint')
makedepends=('unzip' 'apache-ivy')
makedepends=('unzip' 'apache-ivy' 'jdk>=9')
[[ $CARCH == "i686" ]] && _intarch=x86
[[ $CARCH == "x86_64" ]] && _intarch=x86-64