summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
-rw-r--r--filebot.install5
3 files changed, 10 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffb58895cdd3..3510c1710137 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,9 @@ pkgbase = filebot
optdepends = libmediainfo: Episode naming / Sublight usage
optdepends = java-p7zip-binding: Extract archives
optdepends = gvfs: gvfs backends
+ provides = filebot
+ conflicts = filebot47
+ conflicts = filebot-git
source = filebot::git+https://github.com/filebot/filebot.git
source = filebot-arch.sh
source = filebot.svg
diff --git a/PKGBUILD b/PKGBUILD
index 24b43f94b335..e4a862597c2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,8 @@ license=('GPL')
install=$pkgname.install
depends=('java-openjfx' 'jre8-openjdk' 'fontconfig' 'chromaprint')
makedepends=('ant' 'ivy')
+provides=('filebot')
+conflicts=('filebot47' 'filebot-git')
[[ $CARCH == "i686" ]] && _intarch=i686
[[ $CARCH == "x86_64" ]] && _intarch=amd64
diff --git a/filebot.install b/filebot.install
index f08802d6a10f..abb5a32c685a 100644
--- a/filebot.install
+++ b/filebot.install
@@ -1,4 +1,9 @@
post_install() {
+echo -e "\e[1;33m==>On 13 Nov 2018 this package was renamed to filebot-git\e[0m"
+echo -e "\e[1;33m==>So you are encouraged to install it to continue using Filebot built from source\e[0m"
+echo -e "\e[1;33m==>\e[0m"
+echo -e "\e[1;33m==>The next update of this package will be based on officially built Filebot Portable from authors site\e[0m"
+echo -e "\e[1;33m==>\e[0m"
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"
}