diff options
Diffstat (limited to 'community/texmaker/PKGBUILD')
-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} |