diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-31 03:57:01 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-31 03:57:01 +0000 |
commit | 7cd564d1e9657febf970765ffd43fcee8abe7ff5 (patch) | |
tree | 49981b5eb9933d5122695dbe1698233d0ef53133 /community/texmaker | |
parent | 4ac93228afaf8da847b4ec91aac9c43f3bef472c (diff) |
Sat May 31 03:30:32 UTC 2014
Diffstat (limited to 'community/texmaker')
-rw-r--r-- | community/texmaker/PKGBUILD | 8 |
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" |