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

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 17 10:24:07 UTC 2022


    Date: Sunday, April 17, 2022 @ 10:24:06
  Author: arojas
Revision: 1186857

quazip 1.3 rebuild

Modified:
  texstudio/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-17 09:49:06 UTC (rev 1186856)
+++ PKGBUILD	2022-04-17 10:24:06 UTC (rev 1186857)
@@ -2,7 +2,7 @@
 # Contributor: Clément DEMOULINS <clement at archivel.fr>
 pkgname=texstudio
 pkgver=4.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('x86_64')
 url="http://texstudio.sourceforge.net/"
@@ -29,7 +29,7 @@
 build() {
     cd texstudio-${pkgver}
     qmake6 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 QUAZIP_LIB=-lquazip1-qt6 \
-        QUAZIP_INCLUDE="/usr/include/QuaZip-Qt6-1.2/quazip" texstudio.pro
+        QUAZIP_INCLUDE="/usr/include/QuaZip-Qt6-1.3/quazip" texstudio.pro
     make
 }
 



More information about the arch-commits mailing list