summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerson52022-02-14 16:39:30 +0100
committerDerson52022-02-14 16:39:30 +0100
commite519f8111d07f9b6ddc866718410dd2a4bc49f37 (patch)
tree12df213cc9e50b64dff599ce062b9a59cea178be
parent7ddfc359f9fa3ee09a3e4e046e5caa878b513113 (diff)
downloadaur-e519f8111d07f9b6ddc866718410dd2a4bc49f37.tar.gz
remove fontconfig as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2de42c11e91..5798ac0534b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,9 +9,6 @@ pkgbase = jdownloader2
depends = java-runtime
depends = wget
depends = libarchive
- depends = shared-mime-info
- depends = desktop-file-utils
- depends = fontconfig
depends = ttf-dejavu
optdepends = phantomjs: needed for some remote capture solving
conflicts = jdownloader
diff --git a/PKGBUILD b/PKGBUILD
index add2d6739a54..7a9bada41f06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ conflicts=('jdownloader')
replaces=('jdownloader')
url='https://jdownloader.org/'
license=('GPL')
-depends=('java-runtime' 'wget' 'libarchive' 'fontconfig')
+depends=('java-runtime' 'wget' 'libarchive')
optdepends=('phantomjs: needed for some remote capture solving'
'ttf-dejavu')
install='jdownloader.install'