Minor changes in install script

This commit is contained in:
Roman Vasilev 2019-10-25 17:06:04 +03:00
parent b450c55f53
commit cee00a540d
3 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,9 @@
pkgbase = filebot
pkgdesc = The ultimate TV and Movie Renamer
pkgver = 4.8.5
pkgrel = 5
pkgrel = 6
url = https://www.filebot.net/
install = filebot.install
arch = i686
arch = x86_64
arch = aarch64

View file

@ -8,13 +8,13 @@
pkgname=filebot
pkgver=4.8.5
pkgrel=5
pkgrel=6
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=()
# install=()
depends=('java8-openjfx' 'jre8-openjdk' 'fontconfig' 'chromaprint')
makedepends=()
provides=('filebot')

View file

@ -2,7 +2,7 @@ post_install() {
echo -e "\e[1;33m==>\e[0m if you use OpenJDK as Java VM you \e[1;31mmust\e[0m also install OpenJFX"
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
echo -e "\e[1;33m==>\e[0m \e[1;31mfilebot --license license.file\e[0m will activate your license.file"
}
post_upgrade() {