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

Antonio Rojas arojas at gemini.archlinux.org
Thu Apr 28 17:23:56 UTC 2022


    Date: Thursday, April 28, 2022 @ 17:23:56
  Author: arojas
Revision: 1191670

Update to 5.1.3, switch to Qt6

Modified:
  texmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 17:09:05 UTC (rev 1191669)
+++ PKGBUILD	2022-04-28 17:23:56 UTC (rev 1191670)
@@ -2,20 +2,20 @@
 # Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
 
 pkgname=texmaker
-pkgver=5.1.2
+pkgver=5.1.3
 pkgrel=1
 pkgdesc='Free cross-platform LaTeX editor'
 arch=(x86_64)
 url='https://www.xm1math.net/texmaker/index.html'
 license=(GPL)
-depends=(qt5-webengine texlive-core)
+depends=(qt6-declarative qt6-5compat texlive-core)
 optdepends=('ghostscript: LaTeX to HTML conversion command')
 source=(https://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('526896f2c1ae561130eec7aae815b9dcda9e8eeb772b6541d0dc94ce91a71044')
+sha256sums=('bfa52e5e0e3c61d5258ea8c69ea527f6bd20f0e23fe2da43b80aee00b2609f61')
 
 build() {
   cd $pkgname-$pkgver
-  qmake-qt5 PREFIX=/usr texmaker.pro
+  qmake6 PREFIX=/usr texmaker.pro
   make
 }
 package() {



More information about the arch-commits mailing list