mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Minor changes in install script
This commit is contained in:
parent
b450c55f53
commit
cee00a540d
3 changed files with 5 additions and 4 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue