diff options
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 39d6c2a99..362ddc191 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.2 +pkgver=3.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=('d375c8f486fe44f3f2a2a7d2ddac08f3') +md5sums=('10a14c75abbb7234d4e5e58a7c85b110') build() { cd ${pkgname}-${pkgver} |