summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrrossum2016-05-13 11:36:37 +0200
committerdrrossum2016-05-13 11:36:37 +0200
commitc91b835681e994a8fe005ee568d07ec2fe1d0a20 (patch)
tree5e744de72627d560359f73c002adaba81fc4feb9 /PKGBUILD
parent29f2b6472280e0294f2cb100a164d4edd798f8af (diff)
downloadaur-c91b835681e994a8fe005ee568d07ec2fe1d0a20.tar.gz
added two missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a1cdd3c8b1e..5ccb0c694f75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Lightweight, fast and featureful PDF viewer based on MuPDF'
arch=('i686' 'x86_64')
url='http://repo.or.cz/w/llpp.git'
license=('custom')
-depends=('openjpeg2' 'jbig2dec' 'desktop-file-utils')
+depends=('openjpeg2' 'jbig2dec' 'freetype2' 'harfbuzz' 'libjpeg' 'openssl' 'zlib' 'desktop-file-utils')
makedepends=('ocaml' 'libmupdf')
source=(http://repo.or.cz/llpp.git/snapshot/1beb003ca0f4ed90fda2823cb07c2eb674fc3ca4.tar.gz)
install=llpp.install