summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 568f167f8f48..5fbc77e95f6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,11 +8,11 @@ pkgbase = llpp
arch = x86_64
license = custom
makedepends = ocaml
- depends = mupdf
- depends = openssl
+ makedepends = mupdf
depends = openjpeg2
- depends = libx11
+ depends = jbig2dec
depends = desktop-file-utils
+ depends = glu
optdepends = xsel: Text selection
optdepends = file: automatic file type recognition
optdepends = gzip: handling of MIME types 'application/x-{gzip,compress}'
diff --git a/PKGBUILD b/PKGBUILD
index d28c4f4477a2..0e78b281cf2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ 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=('mupdf' 'openssl' 'openjpeg2' 'libx11' 'desktop-file-utils')
-makedepends=('ocaml')
+depends=('openjpeg2' 'jbig2dec' 'desktop-file-utils' 'glu')
+makedepends=('ocaml' 'mupdf')
source=(http://repo.or.cz/llpp.git/snapshot/561dc5673cea431e930668b0d87b0c4b31a36b39.tar.gz)
install=llpp.install
sha256sums=('SKIP')