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

Antonio Rojas arojas at archlinux.org
Wed Oct 31 12:30:49 UTC 2018


    Date: Wednesday, October 31, 2018 @ 12:30:49
  Author: arojas
Revision: 400176

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-31 12:30:33 UTC (rev 400175)
+++ PKGBUILD	2018-10-31 12:30:49 UTC (rev 400176)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=texmaker
-pkgver=5.0.2
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=(i686 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=('a94e8d77a16fddd0789c452b0913bb098b1f895397b3ad53be29ad84aaac0179')
-
-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 400175, texmaker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-31 12:30:49 UTC (rev 400176)
@@ -0,0 +1,26 @@
+# 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
+}



More information about the arch-commits mailing list