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

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 14 10:32:56 UTC 2021


    Date: Saturday, August 14, 2021 @ 10:32:56
  Author: arojas
Revision: 998521

Update to 5.1.0

Modified:
  texmaker/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-14 10:18:54 UTC (rev 998520)
+++ PKGBUILD	2021-08-14 10:32:56 UTC (rev 998521)
@@ -2,16 +2,16 @@
 # Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
 
 pkgname=texmaker
-pkgver=5.0.4
+pkgver=5.1.0
 pkgrel=1
 pkgdesc='Free cross-platform LaTeX editor'
 arch=(x86_64)
-url="https://www.xm1math.net/texmaker/index.html"
+url='https://www.xm1math.net/texmaker/index.html'
 license=(GPL)
-depends=(qt5-script texlive-core)
+depends=(qt5-webengine texlive-core)
 optdepends=('ghostscript: LaTeX to HTML conversion command')
-source=("https://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('1de3ab3f6d6bee37a7d0b528ca1cbb7ce8e7aef5ec6a4405aff2caf9d12bd0e2')
+source=(https://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c6f99427db99b67eeebb4dae122504dd4b101890b353d8cf25848b5c74c2187e')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list