summaryrefslogtreecommitdiff
path: root/community/texvc/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-03 01:52:27 -0700
committerroot <root@rshg054.dnsready.net>2013-09-03 01:52:27 -0700
commit3aa73e2018f321c9ccff8eca801b1c2fa9f18fa8 (patch)
tree961d6e0475cac3875e6a31b558861367da0c93d8 /community/texvc/PKGBUILD
parent53939c2b159d972c48fc2f3652408632c71be77b (diff)
Tue Sep 3 01:50:53 PDT 2013
Diffstat (limited to 'community/texvc/PKGBUILD')
-rw-r--r--community/texvc/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/texvc/PKGBUILD b/community/texvc/PKGBUILD
index c428dd131..0133225bd 100644
--- a/community/texvc/PKGBUILD
+++ b/community/texvc/PKGBUILD
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD 85705 2013-03-05 09:48:36Z spupykin $
+# $Id: PKGBUILD 96626 2013-09-02 13:37:28Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=texvc
-pkgver=1.20
+pkgver=1.21
pkgrel=1
pkgdesc="tex to HTML/MathML/png converter used by mediawiki"
arch=(i686 x86_64)
url="http://www.mediawiki.org/wiki/Extension:Math"
license=("GPL")
depends=('imagemagick' 'ghostscript' 'texlive-core' 'texlive-latexextra')
-makedepends=('ocaml')
-source=(mediawiki-math-1.20.tar.gz::https://nodeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${pkgver/./_})
-md5sums=('ee8fceb0a86f2972409104767406591c')
+makedepends=('ocaml' 'git')
+source=(mediawiki-math-$pkgver::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${pkgver/./_})
+md5sums=('SKIP')
build() {
- cd $srcdir/wikimedia-mediawiki-extensions-Math-*/math
+ cd $srcdir/mediawiki-math-$pkgver/math
make -j1
}
package() {
- cd $srcdir/wikimedia-mediawiki-extensions-Math-*/math
+ cd $srcdir/mediawiki-math-$pkgver/math
install -d -m 0755 $pkgdir/usr/bin
install -m 0755 texvc $pkgdir/usr/bin
}