mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
added jdk as make dep
This commit is contained in:
parent
52ee44370e
commit
7675c3f3a2
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue