mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Fixes #6 : Dependency of wrong java-openjfx version
This commit is contained in:
parent
faa28bb75e
commit
ecb3e5fe9d
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = filebot
|
||||
pkgdesc = The ultimate TV and Movie Renamer
|
||||
pkgver = 4.8.5
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://www.filebot.net/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
|
@ -9,7 +9,7 @@ pkgbase = filebot
|
|||
arch = armv7l
|
||||
arch = armv7h
|
||||
license = Commercial
|
||||
depends = java-openjfx
|
||||
depends = java8-openjfx
|
||||
depends = jre8-openjdk
|
||||
depends = fontconfig
|
||||
depends = chromaprint
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -8,14 +8,14 @@
|
|||
|
||||
pkgname=filebot
|
||||
pkgver=4.8.5
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="The ultimate TV and Movie Renamer"
|
||||
arch=('i686' 'x86_64' 'aarch64' 'armv7l' 'armv7h')
|
||||
url="https://www.filebot.net/"
|
||||
license=('Commercial')
|
||||
install=$pkgname.install
|
||||
install=()
|
||||
depends=('java-openjfx' 'jre8-openjdk' 'fontconfig' 'chromaprint')
|
||||
depends=('java8-openjfx' 'jre8-openjdk' 'fontconfig' 'chromaprint')
|
||||
makedepends=()
|
||||
provides=('filebot')
|
||||
conflicts=('filebot47' 'filebot-git')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue