From 479cc7c9687c8db47c6ca4894b8946a2dd94f4b8 Mon Sep 17 00:00:00 2001 From: Roman Vasilev <2rvasilev@live.ru> Date: Wed, 16 Sep 2020 01:40:16 +0300 Subject: [PATCH] java-p7zip-binding dependency removed. Fixes #7 --- .SRCINFO | 3 +-- .gitignore | 1 + PKGBUILD | 3 +-- filebot.install | 2 ++ 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c09e9e16e018..decf1f9b9aab 100644 --- a/.SRCINFO +++ b/.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 diff --git a/.gitignore b/.gitignore index b0d2ed0ec71b..e064237dd25b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.xz +*.tar.gz *.pkg.tar* src/ pkg/ diff --git a/PKGBUILD b/PKGBUILD index 0fd69685c821..707745e421cc 100644 --- a/PKGBUILD +++ b/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() { diff --git a/filebot.install b/filebot.install index ebdb13f1e62e..bcbcebe1f254 100644 --- a/filebot.install +++ b/filebot.install @@ -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() {