summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2016-05-18 09:33:33 +0200
committerdrrossum2016-05-18 09:33:33 +0200
commitc675da85a3398932e5e90da764129855a82f65c9 (patch)
treea6eb3208afd6c7af9e1568c297ad0df3ca7821d9
parentd32f3f1afb917ec047c5cde43b1f085019b57d04 (diff)
downloadaur-c675da85a3398932e5e90da764129855a82f65c9.tar.gz
add libgl dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11906a47943b..ec258e2f5657 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri May 13 11:39:51 UTC 2016
+# Wed May 18 07:32:48 UTC 2016
pkgbase = llpp
pkgdesc = Lightweight, fast and featureful PDF viewer based on MuPDF
pkgver = 22
@@ -19,6 +19,7 @@ pkgbase = llpp
depends = zlib
depends = desktop-file-utils
depends = mesa
+ depends = libgl
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 d0d00b432152..e9d911016344 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +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=('openjpeg2' 'jbig2dec' 'freetype2' 'harfbuzz' 'libjpeg' 'openssl' 'zlib' 'desktop-file-utils' 'mesa')
+depends=('openjpeg2' 'jbig2dec' 'freetype2' 'harfbuzz' 'libjpeg'
+ 'openssl' 'zlib' 'desktop-file-utils' 'mesa' 'libgl')
makedepends=('ocaml' 'libmupdf')
source=(http://repo.or.cz/llpp.git/snapshot/1beb003ca0f4ed90fda2823cb07c2eb674fc3ca4.tar.gz)
sha256sums=('92723eabd3521cb16d60b8dd6191ec8737240f35bf1fa9a0f82f32f8fd8f32a4')