diff options
author | root <root@rshg054.dnsready.net> | 2011-10-28 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-28 23:14:50 +0000 |
commit | 807f42c30ddb00c4e2d4034ce1720d7cb494e074 (patch) | |
tree | 80b0599366bffbfa57def09ed036e6ad635f1796 /extra/texmacs | |
parent | 0424b5fc47f106db6498c4cda3476e1d49fe0f82 (diff) |
Fri Oct 28 23:14:50 UTC 2011
Diffstat (limited to 'extra/texmacs')
-rw-r--r-- | extra/texmacs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/texmacs/PKGBUILD b/extra/texmacs/PKGBUILD index ce7c1fbf2..2f70efe32 100644 --- a/extra/texmacs/PKGBUILD +++ b/extra/texmacs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 137567 2011-09-09 18:36:00Z ronald $ +# $Id: PKGBUILD 141258 2011-10-27 15:06:09Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Damir Perisa <damir.perisa@bluewin.ch> pkgname=texmacs -pkgver=1.0.7.12 +pkgver=1.0.7.14 pkgrel=1 pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, Pari, Qcl, R and Yacas) in one." arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2') # do not remove texlive-core dependency, as it is needed! optdepends=('transfig: convert images using fig2ps') #source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz) -source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.0.7.12-src.tar.gz) -sha1sums=('9a6560dc2d8e685b97f4afe468b38d89bd29ca9d') +source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz) +sha1sums=('5bbe0458d2ab73fa8cea8e12fee788b17b6f279a') build() { cd ${srcdir}/TeXmacs-${pkgver}-src |