git » qscintilla.git » commit e4647a2

Adapt to qmake-qt6 rename

author Antonio Rojas
2021-03-19 10:37:34 UTC
committer Antonio Rojas
2021-03-19 10:37:34 UTC
parent 7accde59c0625e202a85e67942025d09f9ca8559

Adapt to qmake-qt6 rename

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 971ca56..b94095b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,11 +39,11 @@ build() {
 
   cd "$srcdir"/QScintilla_src-$pkgver/src
   export QMAKEFEATURES=$PWD/src/features/
-  qmake-qt6
+  qmake6
   make
 
   cd ../designer
-  qmake-qt6 INCLUDEPATH+=../src QMAKE_LIBDIR+=../src
+  qmake6 INCLUDEPATH+=../src QMAKE_LIBDIR+=../src
   make
 
   cd ../Python
@@ -53,7 +53,7 @@ build() {
     --qsci-features-dir ../src/features \
     --qsci-include-dir ../src \
     --qsci-library-dir ../src \
-    --qmake=/usr/bin/qmake-qt6
+    --qmake=/usr/bin/qmake6
   cd build
   make
 }