diff options
author | root <root@rshg047.dnsready.net> | 2011-04-18 05:50:22 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-18 05:50:22 +0000 |
commit | 6ca29e0c62691c1f3120dda0f6b59dbb86cc9295 (patch) | |
tree | f5316be783bd7c6686356e0dcd4c5ed9777e1eb4 /community/texmaker/PKGBUILD | |
parent | 049af7a95b01eba14d33586ad5852dddaf107e53 (diff) |
Mon Apr 18 05:50:22 UTC 2011
Diffstat (limited to 'community/texmaker/PKGBUILD')
-rw-r--r-- | community/texmaker/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD index 0b3df6f7a..bf7469df0 100644 --- a/community/texmaker/PKGBUILD +++ b/community/texmaker/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Paulo Matias <matiasΘarchlinux-br·org> pkgname=texmaker -pkgver=3.0 +pkgver=3.0.1 pkgrel=1 pkgdesc='Free cross-platform latex editor' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://www.xm1math.net/texmaker/index.html" license=('GPL') depends=('poppler-qt' 'ghostscript') source=("http://www.xm1math.net/texmaker/${pkgname}-${pkgver}.tar.bz2") -md5sums=('d2802c093906b62c455ccc7944106da3') +md5sums=('0e96cbd3e8171363c2858fbe96eb1baa') build() { cd ${pkgname}-${pkgver} |