mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Update dependencies to Java 17
This commit is contained in:
parent
7f5f8e017f
commit
a232ae21ff
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = filebot
|
||||
pkgdesc = The ultimate TV and Movie Renamer
|
||||
pkgver = 5.0.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.filebot.net/
|
||||
install = filebot.install
|
||||
arch = i686
|
||||
|
|
@ -10,8 +10,8 @@ pkgbase = filebot
|
|||
arch = armv7l
|
||||
arch = armv7h
|
||||
license = Commercial
|
||||
depends = jre11-openjdk
|
||||
depends = java11-openjfx>=11.0.10.u1
|
||||
depends = jre17-openjdk
|
||||
depends = java17-openjfx
|
||||
depends = fontconfig
|
||||
depends = chromaprint
|
||||
optdepends = libzen: Required by libmediainfo
|
||||
|
|
@ -26,6 +26,6 @@ pkgbase = filebot
|
|||
validpgpkeys = B0976E51E5C047AD0FD051294E402EBF7C3C6A71
|
||||
sha256sums = 0abf1e8da4676363492a09e6d5810c50f0b9d053cab81a35b4005faafa1eebbd
|
||||
sha256sums = SKIP
|
||||
sha256sums = cf902ce1b126706d7f1c4bb3bb32002ed2c12170d97b13070f8a1202a2e6b123
|
||||
sha256sums = 211bc333c50474eae8bb2cbbf87512816791391afa767ae5ebdbdb1de64efc7a
|
||||
|
||||
pkgname = filebot
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -8,12 +8,12 @@
|
|||
|
||||
pkgname=filebot
|
||||
pkgver=5.0.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The ultimate TV and Movie Renamer"
|
||||
arch=('i686' 'x86_64' 'aarch64' 'armv7l' 'armv7h')
|
||||
url="https://www.filebot.net/"
|
||||
license=('Commercial')
|
||||
depends=('jre11-openjdk' 'java11-openjfx>=11.0.10.u1' 'fontconfig' 'chromaprint')
|
||||
depends=('jre17-openjdk' 'java17-openjfx' 'fontconfig' 'chromaprint')
|
||||
makedepends=()
|
||||
checkdepends=()
|
||||
|
||||
|
|
@ -32,8 +32,8 @@ source=(
|
|||
)
|
||||
|
||||
sha256sums=('0abf1e8da4676363492a09e6d5810c50f0b9d053cab81a35b4005faafa1eebbd'
|
||||
'abefbc697ebab05556f955a66b634bcd30420ca7632901f648f20c23b181a041'
|
||||
'cf902ce1b126706d7f1c4bb3bb32002ed2c12170d97b13070f8a1202a2e6b123')
|
||||
'SKIP'
|
||||
'211bc333c50474eae8bb2cbbf87512816791391afa767ae5ebdbdb1de64efc7a')
|
||||
validpgpkeys=('B0976E51E5C047AD0FD051294E402EBF7C3C6A71')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue