summaryrefslogtreecommitdiff
path: root/community/texmaker
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-11-02 01:12:34 -0700
committerroot <root@rshg054.dnsready.net>2013-11-02 01:12:34 -0700
commiteb9cc495e6d7c131c76f9abc178ac65f1e20fab1 (patch)
tree2666e8ff27419292a76d9f521c1a67dde999b26a /community/texmaker
parent22f873a6e3ac2c585a28a1ab2561eaea9765cdc6 (diff)
Sat Nov 2 01:09:32 PDT 2013
Diffstat (limited to 'community/texmaker')
-rw-r--r--community/texmaker/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD
index 461151d3c..7e5ff0973 100644
--- a/community/texmaker/PKGBUILD
+++ b/community/texmaker/PKGBUILD
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD 98538 2013-10-13 01:30:22Z cinelli $
-#Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
+# $Id: PKGBUILD 100064 2013-11-01 05:49:38Z cinelli $
+# Maintainer: Federico Cinelli <cinelli@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() {