summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2018-03-23 23:21:45 +0100
committermax.bra2018-03-23 23:21:45 +0100
commit7675c3f3a221c4316c1a3004ccfe6972fc30aa0e (patch)
tree9719b4f0b5586e9d0422de76953c0a7a4bbf9657
parent52ee44370e169f07b17ffac4669f3580b5df3928 (diff)
downloadaur-7675c3f3a221c4316c1a3004ccfe6972fc30aa0e.tar.gz
added jdk as make dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46befdfb1bfe..00f3bfabbcb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 2c8297954437..65796947c530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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