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

Antonio Rojas arojas at archlinux.org
Sat Jan 4 17:47:56 UTC 2020


    Date: Saturday, January 4, 2020 @ 17:47:56
  Author: arojas
Revision: 548166

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-04 17:47:19 UTC (rev 548165)
+++ PKGBUILD	2020-01-04 17:47:56 UTC (rev 548166)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=texmaker
-pkgver=5.0.3
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=(x86_64)
-url="http://www.xm1math.net/texmaker/index.html"
-license=(GPL)
-depends=(qt5-script)
-optdepends=('ghostscript: LaTeX to HTML conversion command')
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('6074dffa82c431f8727c39e046f62cb70f5fe1457f158b46306e8f490b4f326f')
-
-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 548165, texmaker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-04 17:47:56 UTC (rev 548166)
@@ -0,0 +1,26 @@
+# 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
+}



More information about the arch-commits mailing list