From bab69e0f720c6f189c4486b7b945079be23f0a4b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Apr 2013 00:34:23 -0700 Subject: Mon Apr 29 00:34:20 PDT 2013 --- community/texmaker/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/texmaker/PKGBUILD') diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD index cf0ce245c..8ba258d91 100644 --- a/community/texmaker/PKGBUILD +++ b/community/texmaker/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 86310 2013-03-15 05:07:25Z cinelli $ +# $Id: PKGBUILD 89278 2013-04-28 12:14:49Z cinelli $ #Maintainer: Federico Cinelli pkgname=texmaker -pkgver=4.0 +pkgver=4.0.1 pkgrel=1 pkgdesc='Free cross-platform LaTeX editor' arch=('i686' 'x86_64') @@ -10,15 +10,15 @@ url="http://www.xm1math.net/texmaker/index.html" license=('GPL') depends=('poppler-qt' 'qtwebkit') optdepends=('ghostscript: LaTeX to HTML conversion command' - 'ibus-qt: accented characters support' + 'ibus-qt: accented characters support'bu 'poppler: PDF rendering support') install="$pkgname.install" source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2") -md5sums=('3599fd142d8d3596b7bd14724fc1888e') +md5sums=('62f87f7b44e92ca68817663d3d5aeca4') build() { cd "$pkgname-$pkgver" - qmake PREFIX=/usr texmaker.pro + qmake-qt4 PREFIX=/usr texmaker.pro make } package() { -- cgit v1.2.3-54-g00ecf