diff options
author | root <root@rshg054.dnsready.net> | 2013-08-04 02:16:47 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-04 02:16:47 -0700 |
commit | e88029ce7aca147fa158866a25841033adc244f2 (patch) | |
tree | 8634ed8603fb1f2574cdd79663a27a450e5ae3d1 /community/texmaker | |
parent | e191a289464c21aafe7478065ea7ed3ddda0766f (diff) |
Sun Aug 4 02:14:49 PDT 2013
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 916c25874..1b18beed2 100644 --- a/community/texmaker/PKGBUILD +++ b/community/texmaker/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 91601 2013-05-25 11:19:17Z bpiotrowski $ +# $Id: PKGBUILD 94994 2013-08-02 22:19:28Z cinelli $ #Maintainer: Federico Cinelli <cinelli@aur.archlinux.org> pkgname=texmaker -pkgver=4.0.2 +pkgver=4.0.3 pkgrel=1 pkgdesc='Free cross-platform LaTeX editor' arch=('i686' 'x86_64') @@ -14,9 +14,9 @@ optdepends=('ghostscript: LaTeX to HTML conversion command' 'poppler: PDF rendering support') install="$pkgname.install" source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2") -md5sums=('2097b5911acc461a85fd631dd1e2e5dc') +md5sums=('fe33120eef6d6ae6dcbf949d5d5c7a4f') -build() { +build() { cd "$pkgname-$pkgver" qmake-qt4 PREFIX=/usr texmaker.pro make |