summaryrefslogtreecommitdiff
path: root/community/texmaker/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/texmaker/PKGBUILD')
-rw-r--r--community/texmaker/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD
index 26d1a8d5d..02c879760 100644
--- a/community/texmaker/PKGBUILD
+++ b/community/texmaker/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 106218 2014-02-25 15:20:41Z bpiotrowski $
+# $Id: PKGBUILD 112260 2014-05-30 19:11:00Z jelle $
# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
pkgname=texmaker
-pkgver=4.1.1
+pkgver=4.2
pkgrel=1
pkgdesc='Free cross-platform LaTeX editor'
arch=('i686' 'x86_64')
url="http://www.xm1math.net/texmaker/index.html"
license=('GPL')
-depends=('poppler-qt5' 'qt5-webkit' 'desktop-file-utils')
+depends=('poppler-qt5' 'qt5-webkit' 'qt5-script' 'desktop-file-utils')
optdepends=('ghostscript: LaTeX to HTML conversion command'
'ibus-qt5: accented characters support'
'poppler: PDF rendering support')
install="$pkgname.install"
source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('0b26fe9e29b37eeaf98e568a096d2dad')
+md5sums=('9297da00423e341b76295f208a91096c')
build() {
cd "$pkgname-$pkgver"