Date: Friday, February 5, 2016 @ 11:18:02 Author: bpiotrowski Revision: 160390
upgpkg: zathura 0.3.4-4 depend on libsynctex instead of entire texlive-bin Modified: zathura/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-05 08:14:05 UTC (rev 160389) +++ PKGBUILD 2016-02-05 10:18:02 UTC (rev 160390) @@ -6,7 +6,7 @@ pkgname=zathura pkgver=0.3.4 -pkgrel=3 +pkgrel=4 pkgdesc="Minimalistic document viewer" url="http://pwmt.org/projects/zathura/" @@ -13,8 +13,8 @@ arch=('i686' 'x86_64') license=('custom') -depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file' 'texlive-bin') -makedepends=('python2-docutils') +depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex') +makedepends=('python2-docutils' 'texlive-bin') optdepends=('zathura-djvu: DjVu support' 'zathura-pdf-poppler: PDF support using Poppler' 'zathura-pdf-mupdf: PDF support using MuPDF'
