summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Rieke2015-10-23 16:11:31 +0200
committerManuel Rieke2015-10-23 16:11:31 +0200
commit2d8747afbcb31113911f4c7c0b216c8081d01bf3 (patch)
tree87fc415ebbef1f7390a0f33cdd38b55bc1579762
parent13f59ed2bc70e0018740db1bccc06bcdc934f00c (diff)
downloadaur-2d8747afbcb31113911f4c7c0b216c8081d01bf3.tar.gz
fix dependency bug
-rw-r--r--PKGBUILD2
-rw-r--r--jdownloader.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19853c271da3..870a45c169e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ conflicts=('jdownloader')
replaces=('jdownloader')
url='http://jdownloader.org/'
license=('GPL')
-depends=('java-runtime-common' 'wget' 'bash' 'hicolor-icon-theme' 'unzip' 'shared-mime-info' 'desktop-file-utils' 'fontconfig' 'ttf-dejavu')
+depends=('java-runtime-headless' 'wget' 'bash' 'hicolor-icon-theme' 'unzip' 'shared-mime-info' 'desktop-file-utils' 'fontconfig' 'ttf-dejavu')
install='jdownloader.install'
source=('JDownloader'
'JDownloaderHeadless'
diff --git a/jdownloader.install b/jdownloader.install
index 6e41850a5654..12b92116dc33 100644
--- a/jdownloader.install
+++ b/jdownloader.install
@@ -8,7 +8,7 @@ post_install() {
xdg-icon-resource forceupdate --theme hicolor &>/dev/null
update-desktop-database -q
update-mime-database /usr/share/mime
- echo "Don't forget: You have to run 'JDownloaderHeadless' once before using it in systemd to configure my.Jdownloader settings"
+ echo "Don't forget: You have to run 'JDownloaderHeadless' multiple times manually until you've configured MyJdownloader settings"
}
post_upgrade() {