summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Rieke2015-10-23 16:11:31 +0200
committerManuel Rieke2015-10-23 16:11:31 +0200
commit2d8747afbcb31113911f4c7c0b216c8081d01bf3 (patch)
tree87fc415ebbef1f7390a0f33cdd38b55bc1579762 /PKGBUILD
parent13f59ed2bc70e0018740db1bccc06bcdc934f00c (diff)
downloadaur-2d8747afbcb31113911f4c7c0b216c8081d01bf3.tar.gz
fix dependency bug
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 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'