summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-01-06 10:43:06 +0100
committermax.bra2017-01-06 10:43:06 +0100
commit33ef22ea634b90b03cf40e36a87ec64c83ea184b (patch)
tree5a0cd0af168463e52f869925e492938fb50be52f
parenta4ef0dd5ef6761b6a5aab9b48f50066322d24f34 (diff)
downloadaur-33ef22ea634b90b03cf40e36a87ec64c83ea184b.tar.gz
disabled GVFS
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--filebot-arch.sh2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11778657fe37..d4856a70aecd 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.7.7
- pkgrel = 1
+ pkgrel = 2
url = http://filebot.sourceforge.net/
install = filebot.install
arch = any
@@ -18,7 +18,7 @@ pkgbase = filebot
source = filebot.svg
source = filebot.desktop
md5sums = 58d35910d5d164454c7840122a17dace
- md5sums = 04cbf9bfeb65877e87e26c3300b81498
+ md5sums = 5fca1c27a1fa021eaee96666994990e4
md5sums = 04f46be047049448dba3f0de29fe192d
md5sums = f37edd0bba7570904d28ab1681c7a7f3
diff --git a/PKGBUILD b/PKGBUILD
index 8bfbeed7ad41..4bd26bb5f1e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=filebot
pkgver=4.7.7
-pkgrel=1
+pkgrel=2
pkgdesc="The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums."
arch=('any')
url="http://filebot.sourceforge.net/"
@@ -16,7 +16,7 @@ depends=('java-runtime>=8' 'fontconfig' 'chromaprint')
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/FileBot_$pkgver/FileBot_$pkgver-portable.tar.xz
$pkgname-arch.sh $pkgname.svg $pkgname.desktop)
md5sums=('58d35910d5d164454c7840122a17dace'
- '04cbf9bfeb65877e87e26c3300b81498'
+ '5fca1c27a1fa021eaee96666994990e4'
'04f46be047049448dba3f0de29fe192d'
'f37edd0bba7570904d28ab1681c7a7f3')
#noextract=(FileBot_$pkgver.jar)
diff --git a/filebot-arch.sh b/filebot-arch.sh
index 09921a7f1bb3..0a6a9f47c09a 100644
--- a/filebot-arch.sh
+++ b/filebot-arch.sh
@@ -11,4 +11,4 @@ EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
# EXTRACTOR="SevenZipNativeBindings" # use the lib7-Zip-JBinding.so native library
# start filebot
-java -Dunixfs=false -DuseGVFS=true -DuseExtendedFileAttributes=true -DuseCreationDate=false -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djava.net.useSystemProxies=false -Djna.nosys=true -Dapplication.deployment=portable -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java $JAVA_OPTS -jar /usr/share/java/filebot/filebot.jar "$@"
+java -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djava.net.useSystemProxies=false -Djna.nosys=true -Dapplication.deployment=portable -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java $JAVA_OPTS -jar /usr/share/java/filebot/filebot.jar "$@"