[arch-commits] Commit in texmaker/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 14 10:33:05 UTC 2021


    Date: Saturday, August 14, 2021 @ 10:33:05
  Author: arojas
Revision: 998522

archrelease: copy trunk to community-x86_64

Added:
  texmaker/repos/community-x86_64/PKGBUILD
    (from rev 998521, texmaker/trunk/PKGBUILD)
Deleted:
  texmaker/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-14 10:32:56 UTC (rev 998521)
+++ PKGBUILD	2021-08-14 10:33:05 UTC (rev 998522)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=texmaker
-pkgver=5.0.4
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=(x86_64)
-url="https://www.xm1math.net/texmaker/index.html"
-license=(GPL)
-depends=(qt5-script texlive-core)
-optdepends=('ghostscript: LaTeX to HTML conversion command')
-source=("https://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('1de3ab3f6d6bee37a7d0b528ca1cbb7ce8e7aef5ec6a4405aff2caf9d12bd0e2')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 PREFIX=/usr texmaker.pro
-  make
-}
-package() {
-  cd $pkgname-$pkgver
-
-  install -dm755 "$pkgdir"/usr/share
-  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
-}

Copied: texmaker/repos/community-x86_64/PKGBUILD (from rev 998521, texmaker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-14 10:33:05 UTC (rev 998522)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=texmaker
+pkgver=5.1.0
+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)
+optdepends=('ghostscript: LaTeX to HTML conversion command')
+source=(https://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c6f99427db99b67eeebb4dae122504dd4b101890b353d8cf25848b5c74c2187e')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd $pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/share
+  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
+}



More information about the arch-commits mailing list