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

Johannes Löthberg demize at archlinux.org
Sat May 26 21:30:00 UTC 2018


    Date: Saturday, May 26, 2018 @ 21:30:00
  Author: demize
Revision: 331240

upgpkg: zathura 0.4.0-1

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-26 21:29:26 UTC (rev 331239)
+++ PKGBUILD	2018-05-26 21:30:00 UTC (rev 331240)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.4.0
-pkgrel=2
+pkgrel=1
 
 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