summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2016-07-19 10:40:48 +0200
committermax.bra2016-07-19 10:40:48 +0200
commite616b7f985c87f0ef0fa6796053130c7035967bb (patch)
tree1aa3cb004b40164d0d042db5d1b4e04f3ce68191
parent0c4ffb3b4de9213ae2d024753fee8d9caf240650 (diff)
downloadaur-e616b7f985c87f0ef0fa6796053130c7035967bb.tar.gz
better home paths managements
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--filebot-arch.sh6
3 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ab42c63dc57..26f40b89e212 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon May 2 16:51:36 UTC 2016
pkgbase = filebot
pkgdesc = The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums
pkgver = 4.7
- pkgrel = 1
+ pkgrel = 2
url = http://filebot.sourceforge.net/
arch = any
license = GPL
@@ -18,7 +16,7 @@ pkgbase = filebot
source = filebot.svg
source = filebot.desktop
md5sums = 5bccdb98a0052f628aed38f857122656
- md5sums = 1820bf0b4dc22bb8b96ff519ff1cd29d
+ md5sums = 5fca1c27a1fa021eaee96666994990e4
md5sums = 04f46be047049448dba3f0de29fe192d
md5sums = f37edd0bba7570904d28ab1681c7a7f3
diff --git a/PKGBUILD b/PKGBUILD
index 2de1f53f1e5c..7a95b5150faa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=filebot
pkgver=4.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/"
@@ -15,7 +15,7 @@ depends=('java-runtime>=8' 'fontconfig' 'chromaprint')
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/FileBot_$pkgver/FileBot_$pkgver-portable.zip
$pkgname-arch.sh $pkgname.svg $pkgname.desktop)
md5sums=('5bccdb98a0052f628aed38f857122656'
- '1820bf0b4dc22bb8b96ff519ff1cd29d'
+ '5fca1c27a1fa021eaee96666994990e4'
'04f46be047049448dba3f0de29fe192d'
'f37edd0bba7570904d28ab1681c7a7f3')
#noextract=(FileBot_$pkgver.jar)
diff --git a/filebot-arch.sh b/filebot-arch.sh
index e48d1725ade7..0a6a9f47c09a 100644
--- a/filebot-arch.sh
+++ b/filebot-arch.sh
@@ -6,9 +6,9 @@ export LC_ALL="en_US.UTF-8"
# choose extractor
-EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
-# EXTRACTOR="SevenZipExecutable" # use the 7z executable
+EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
+# EXTRACTOR="SevenZipExecutable" # use the 7z executable
# EXTRACTOR="SevenZipNativeBindings" # use the lib7-Zip-JBinding.so native library
# start filebot
-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 -Duser.home=$HOME/.config/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 "$@"