diff options
author | root <root@rshg054.dnsready.net> | 2011-12-01 23:14:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-01 23:14:46 +0000 |
commit | 9e9ab642711f2424f828e21d14b98c45cdef2b29 (patch) | |
tree | 5c1495cfda2b453e377084bad1b20e431e119063 /community/texvc | |
parent | bc0657f7159d0b01373ecb59afc426b98a172b1e (diff) |
Thu Dec 1 23:14:46 UTC 2011
Diffstat (limited to 'community/texvc')
-rw-r--r-- | community/texvc/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/community/texvc/PKGBUILD b/community/texvc/PKGBUILD index 13684c91b..32dc337aa 100644 --- a/community/texvc/PKGBUILD +++ b/community/texvc/PKGBUILD @@ -1,21 +1,22 @@ -# $Id: PKGBUILD 52119 2011-07-20 10:22:26Z spupykin $ +# $Id: PKGBUILD 59805 2011-11-30 12:45:27Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=texvc -pkgver=1.17.0 +pkgver=1.18.0 +_svnrev=103240 pkgrel=1 pkgdesc="tex to HTML/MathML/png converter used by mediawiki" arch=(i686 x86_64) -url="http://www.mediawiki.org/" +url="http://www.mediawiki.org/wiki/Extension:Math" license=("GPL") depends=('imagemagick' 'ghostscript' 'texlive-core' 'texlive-latexextra') makedepends=('ocaml') -source=(http://download.wikimedia.org/mediawiki/1.17/mediawiki-$pkgver.tar.gz) -md5sums=('871a00a8eb6dcae1b7b654ae635af7cd') +source=(http://upload.wikimedia.org/ext-dist/Math-MW1.18-r${_svnrev}.tar.gz) +md5sums=('bd24346536339034b29e65341683a2c1') build() { - cd $srcdir/mediawiki-$pkgver/math + cd $srcdir/Math/math make install -d -m 0755 $pkgdir/usr/bin install -m 0755 texvc $pkgdir/usr/bin |