[arch-commits] Commit in zathura/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Sun May 13 10:27:56 UTC 2018


    Date: Sunday, May 13, 2018 @ 10:27:56
  Author: demize
Revision: 321597

Reenable synctex in cty until libsyntex hits extra

Modified:
  zathura/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-13 10:24:56 UTC (rev 321596)
+++ PKGBUILD	2018-05-13 10:27:56 UTC (rev 321597)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.3.9
-pkgrel=2
+pkgrel=3
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/"
@@ -14,7 +14,7 @@
 license=('custom')
 
 makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
 optdepends=('zathura-djvu: DjVu support'
             'zathura-pdf-poppler: PDF support using Poppler'
             'zathura-pdf-mupdf: PDF support using MuPDF'
@@ -29,7 +29,7 @@
 
 build() {
   cd zathura-$pkgver
-  arch-meson -Denable-synctex=false build
+  arch-meson build
 
   cd build
   ninja



More information about the arch-commits mailing list