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

Antonio Rojas arojas at archlinux.org
Sun May 27 13:11:06 UTC 2018


    Date: Sunday, May 27, 2018 @ 13:10:56
  Author: arojas
Revision: 331856

Check for right version of libsynctex

Modified:
  qpdfview/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-27 13:08:59 UTC (rev 331855)
+++ PKGBUILD	2018-05-27 13:10:56 UTC (rev 331856)
@@ -25,7 +25,7 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -p0 -i ../qpdfview-synctex-2018.patch # Fix build with recent synctex
-  sed -e 's|2.0.0|1.18.0|' -i application.pro
+  sed -e 's|2.0.0|1.21.0|' -i application.pro
 }
 
 build() {



More information about the arch-commits mailing list