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

Antonio Rojas arojas at archlinux.org
Sun Oct 11 19:26:39 UTC 2020


    Date: Sunday, October 11, 2020 @ 19:26:39
  Author: arojas
Revision: 723544

Support quazip 1.1

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-11 19:24:24 UTC (rev 723543)
+++ PKGBUILD	2020-10-11 19:26:39 UTC (rev 723544)
@@ -28,7 +28,7 @@
 build() {
     cd texstudio-${pkgver}
     qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 QUAZIP_LIB=-lquazip1-qt5 \
-        QUAZIP_INCLUDE="/usr/include/QuaZip-Qt5-1.0/quazip" texstudio.pro
+        QUAZIP_INCLUDE="/usr/include/QuaZip-Qt5-1.1/quazip" texstudio.pro
     make
 }
 



More information about the arch-commits mailing list