summaryrefslogtreecommitdiff
path: root/community/texmaker/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/texmaker/PKGBUILD')
-rw-r--r--community/texmaker/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD
index 1b18beed2..7e5ff0973 100644
--- a/community/texmaker/PKGBUILD
+++ b/community/texmaker/PKGBUILD
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD 94994 2013-08-02 22:19:28Z 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.3
+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=('fe33120eef6d6ae6dcbf949d5d5c7a4f')
+md5sums=('97ef7f97e73d69283391e467e5758275')
build() {
cd "$pkgname-$pkgver"
- qmake-qt4 PREFIX=/usr texmaker.pro
+ qmake-qt5 PREFIX=/usr texmaker.pro
make
}
package() {