diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-26 03:35:58 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-26 03:35:58 +0000 |
commit | 3f23b6bf0b09b0edd47e2c763b3be136bc2fe274 (patch) | |
tree | 3be88fe725fc529471a0a3ca5af4b509e2ff88b1 /community/texmaker/PKGBUILD | |
parent | 58e4d57ed9a8604dff646ccdfee54f9019ca5d13 (diff) |
Wed Feb 26 03:32:51 UTC 2014
Diffstat (limited to 'community/texmaker/PKGBUILD')
-rw-r--r-- | community/texmaker/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD index 7e5ff0973..26d1a8d5d 100644 --- a/community/texmaker/PKGBUILD +++ b/community/texmaker/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 100064 2013-11-01 05:49:38Z cinelli $ +# $Id: PKGBUILD 106218 2014-02-25 15:20:41Z bpiotrowski $ # Maintainer: Federico Cinelli <cinelli@aur.archlinux.org> pkgname=texmaker -pkgver=4.1 +pkgver=4.1.1 pkgrel=1 pkgdesc='Free cross-platform LaTeX editor' arch=('i686' 'x86_64') @@ -10,11 +10,11 @@ url="http://www.xm1math.net/texmaker/index.html" license=('GPL') depends=('poppler-qt5' 'qt5-webkit' 'desktop-file-utils') optdepends=('ghostscript: LaTeX to HTML conversion command' - 'ibus-qt5: accented characters support' - 'poppler: PDF rendering support') + 'ibus-qt5: accented characters support' + 'poppler: PDF rendering support') install="$pkgname.install" source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2") -md5sums=('97ef7f97e73d69283391e467e5758275') +md5sums=('0b26fe9e29b37eeaf98e568a096d2dad') build() { cd "$pkgname-$pkgver" |