mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
java-p7zip-binding dependency removed. Fixes #7
This commit is contained in:
parent
ca406830eb
commit
479cc7c968
4 changed files with 5 additions and 4 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = filebot
|
||||
pkgdesc = The ultimate TV and Movie Renamer
|
||||
pkgver = 4.9.1
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://www.filebot.net/
|
||||
install = filebot.install
|
||||
arch = i686
|
||||
|
|
@ -16,7 +16,6 @@ pkgbase = filebot
|
|||
depends = chromaprint
|
||||
optdepends = libzen: Required by libmediainfo
|
||||
optdepends = libmediainfo: Read media info such as video codec, resolution or duration
|
||||
optdepends = java-p7zip-binding: Extract archives
|
||||
optdepends = gvfs: Drag-n-Drop from GVFS remote filesystems
|
||||
provides = filebot
|
||||
conflicts = filebot47
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
*.xz
|
||||
*.tar.gz
|
||||
*.pkg.tar*
|
||||
src/
|
||||
pkg/
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=filebot
|
||||
pkgver=4.9.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="The ultimate TV and Movie Renamer"
|
||||
arch=('i686' 'x86_64' 'aarch64' 'armv7l' 'armv7h')
|
||||
url="https://www.filebot.net/"
|
||||
|
|
@ -38,7 +38,6 @@ md5sums=('07dc606ca9a5132bb39bf1bb55088605'
|
|||
|
||||
optdepends=('libzen: Required by libmediainfo'
|
||||
'libmediainfo: Read media info such as video codec, resolution or duration'
|
||||
'java-p7zip-binding: Extract archives'
|
||||
'gvfs: Drag-n-Drop from GVFS remote filesystems')
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ echo -e "\e[1;33m==>\e[0m if you use OpenJDK as Java VM you \e[1;31mmust\e[0m al
|
|||
echo -e "\e[1;33m==>\e[0m \e[1;36mhttps://wiki.archlinux.org/index.php/Java#OpenJFX\e[0m"
|
||||
echo ""
|
||||
echo -e "\e[1;33m==>\e[0m \e[1;31mfilebot --license license.file\e[0m will activate your license.file"
|
||||
|
||||
filebot -script fn:properties --def net.filebot.archive.extractor=ShellExecutables
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue