diff options
author | root <root@rshg054.dnsready.net> | 2012-01-01 23:14:56 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-01 23:14:56 +0000 |
commit | 29f5aa692a3fa3ff3e743a47d1c57f1cc0341809 (patch) | |
tree | 862d365a74545cb3e7616d14e3b660aae977e6f8 /community/texmaker | |
parent | 8654516201466a2dd3f3f05a6c0095e69c01715c (diff) |
Sun Jan 1 23:14:56 UTC 2012
Diffstat (limited to 'community/texmaker')
-rw-r--r-- | community/texmaker/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD index 494cd5810..607d5081c 100644 --- a/community/texmaker/PKGBUILD +++ b/community/texmaker/PKGBUILD @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 61145 2011-12-22 15:39:01Z tdziedzic $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: furester <xfurester@hotmail.com> @@ -6,18 +5,18 @@ # Contributor: Paulo Matias <matiasΘarchlinux-br·org> pkgname=texmaker -pkgver=3.2 +pkgver=3.2.1 pkgrel=1 pkgdesc='Free cross-platform latex editor' arch=('i686' 'x86_64') url="http://www.xm1math.net/texmaker/index.html" license=('GPL') depends=('poppler-qt' 'ghostscript' 'qtwebkit') -source=("http://www.xm1math.net/texmaker/${pkgname}-${pkgver}.tar.bz2") -md5sums=('506f8b234e1266b188e73e2fc61c68d5') +source=("http://www.xm1math.net/texmaker/texmaker-${pkgver}.tar.bz2") +md5sums=('3d54fe9e5530f5cd8f9365bf9fb2e910') build() { - cd ${pkgname}-${pkgver} + cd texmaker-${pkgver} export INSTALL_ROOT=${pkgdir} @@ -27,7 +26,7 @@ build() { } package() { - cd ${pkgname}-${pkgver} + cd texmaker-${pkgver} export INSTALL_PATH=${pkgdir} |