summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2018-04-15 09:57:24 +0200
committermax.bra2018-04-15 09:57:24 +0200
commit11990f0a6df7fd0f53a6a7dbfa476334e60cfe0d (patch)
tree65846274e50925d0fe657ba156f9b6fea1598826
parent18de967e2ef435793bcd65ed60cf3c82785807c3 (diff)
downloadaur-11990f0a6df7fd0f53a6a7dbfa476334e60cfe0d.tar.gz
hint followed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42d8a680e09d..b57629c33b93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = filebot
pkgdesc = The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums.
pkgver = 4.8.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/filebot/filebot
install = filebot.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index efbac1505f5d..d5b0f01a77c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=filebot
pkgver=4.8.0
-pkgrel=3
+pkgrel=4
_jnaver=4.5.1
pkgdesc="The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums."
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -47,12 +47,14 @@ prepare() {
sed -i -E 's/jvm.version: 10/jvm.version: 9/' app.properties
cat <<EOT >> app.properties
url.data: https://app.filebot.net/data
-apikey.fanart.tv: BA864DEE427E384A
-apikey.thetvdb: BA864DEE427E384A
+
+apikey.fanart.tv: 780b986b22c35e6f7a134a2f392c2deb
+apikey.thetvdb: 694FAD89942D3827
apikey.themoviedb: 66308fb6e3fd850dde4c7d21df2e8306
apikey.omdb: 49d311ec
apikey.acoustid: 0B3qZnQc
apikey.anidb: filebot
+apikey.opensubtitles: FileBot
EOT
cd "$srcdir/jna-$_jnaver/lib/native/"
unzip linux-$_intarch.jar 2>&1 >/dev/null