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

Federico Cinelli cinelli at nymeria.archlinux.org
Fri Nov 1 05:47:45 UTC 2013


    Date: Friday, November 1, 2013 @ 06:47:44
  Author: cinelli
Revision: 100063

upgpkg: texmaker 4.1-1

Modified:
  texmaker/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-01 02:29:31 UTC (rev 100062)
+++ PKGBUILD	2013-11-01 05:47:44 UTC (rev 100063)
@@ -1,24 +1,24 @@
 # $Id$
-#Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
 
 pkgname=texmaker
-pkgver=4.0.4
+pkgver=4.1
 pkgrel=1
 pkgdesc='Free cross-platform LaTeX editor'
 arch=('i686' 'x86_64')
 url="http://www.xm1math.net/texmaker/index.html"
 license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
+depends=('poppler-qt5' 'qt5-webkit' 'desktop-file-utils')
 optdepends=('ghostscript: LaTeX to HTML conversion command'
-	    'ibus-qt: accented characters support'bu  
+	    'ibus-qt5: accented characters support'
 	    'poppler: PDF rendering support')
 install="$pkgname.install"
 source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('5abe8618367bd7923f792378751648f7')
+md5sums=('97ef7f97e73d69283391e467e5758275')
 
 build() {
   cd "$pkgname-$pkgver"
-  qmake-qt4 PREFIX=/usr texmaker.pro
+  qmake-qt5 PREFIX=/usr texmaker.pro
   make
 }
 package() {




More information about the arch-commits mailing list