summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman2018-11-27 21:19:16 +0200
committerGitHub2018-11-27 21:19:16 +0200
commit0b3f6cb2b3c696fa75c0a52c8eb5927b283c52ac (patch)
tree4a7e6bae6f04f4f1c220e18fc0a5f451e1903254
parentd339229e27618756f6f7c0f8245738042031df0a (diff)
parent8ebb73ff3974576d99a78b3bd2ba690e76c2af51 (diff)
downloadaur-0b3f6cb2b3c696fa75c0a52c8eb5927b283c52ac.tar.gz
Merge pull request #2 from rednoah/patch-1
Update pkgdesc, license and optdepends
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2966f0c43a8..f3d8c02a7e66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@
pkgname=filebot
pkgver=4.8.2
pkgrel=1
-pkgdesc="The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums."
+pkgdesc="The ultimate TV and Movie Renamer"
arch=('i686' 'x86_64' 'aarch64' 'armv7l' 'armv7h')
url="https://www.filebot.net/"
-license=('GPL')
+license=('Commercial')
install=$pkgname.install
install=()
depends=('java-openjfx' 'jre8-openjdk' 'fontconfig' 'chromaprint')
@@ -36,10 +36,10 @@ md5sums=('9e5ce2ba54b9e5ea0d6ca7446572c782'
'f37edd0bba7570904d28ab1681c7a7f3'
)
-optdepends=('libzen: Support for additional subtitle search engines (Sublight)'
- 'libmediainfo: Episode naming / Sublight usage'
+optdepends=('libzen: Required by libmediainfo'
+ 'libmediainfo: Read media info such as video codec, resolution or duration'
'java-p7zip-binding: Extract archives'
- 'gvfs: gvfs backends')
+ 'gvfs: Drag-n-Drop from GVFS remote filesystems')
prepare() {
cd "$srcdir"