summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2016-05-13 12:03:52 +0200
committerdrrossum2016-05-13 12:03:52 +0200
commit4c0c8f962708a2f7622ad2c3b755da8cd5a2eec8 (patch)
tree81a4ddd25f52d46a0dd18cd1b756c9c045d9248e
parentc91b835681e994a8fe005ee568d07ec2fe1d0a20 (diff)
downloadaur-4c0c8f962708a2f7622ad2c3b755da8cd5a2eec8.tar.gz
added missing mesa dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa8058d41530..b3eb1dd4273f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri May 13 09:36:18 UTC 2016
+# Fri May 13 10:03:18 UTC 2016
pkgbase = llpp
pkgdesc = Lightweight, fast and featureful PDF viewer based on MuPDF
pkgver = 22
@@ -19,6 +19,7 @@ pkgbase = llpp
depends = openssl
depends = zlib
depends = desktop-file-utils
+ depends = mesa
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 5ccb0c694f75..7171f5fc9f48 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' 'freetype2' 'harfbuzz' 'libjpeg' 'openssl' 'zlib' 'desktop-file-utils')
+depends=('openjpeg2' 'jbig2dec' 'freetype2' 'harfbuzz' 'libjpeg' 'openssl' 'zlib' 'desktop-file-utils' 'mesa')
makedepends=('ocaml' 'libmupdf')
source=(http://repo.or.cz/llpp.git/snapshot/1beb003ca0f4ed90fda2823cb07c2eb674fc3ca4.tar.gz)
install=llpp.install