summaryrefslogtreecommitdiff
path: root/community/mtasc
diff options
context:
space:
mode:
Diffstat (limited to 'community/mtasc')
-rw-r--r--community/mtasc/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/mtasc/PKGBUILD b/community/mtasc/PKGBUILD
index 22972f35f..621a27b45 100644
--- a/community/mtasc/PKGBUILD
+++ b/community/mtasc/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 50789 2011-07-01 09:55:48Z spupykin $
+# $Id: PKGBUILD 50978 2011-07-04 10:46:29Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Niel Drummond <niel.drummond@grumpytoad.org>
pkgname=mtasc
pkgver=20091229
-pkgrel=2
+pkgrel=3
pkgdesc="An open source flash (swf) compiler"
arch=(i686 x86_64)
url="http://mtasc.org/"
@@ -12,11 +12,10 @@ license=('GPL2')
depends=('zlib')
makedepends=('ocaml' 'cvs')
source=("http://arch.p5n.pp.ru/~sergej/dl/mtasc-$pkgver.tar.gz")
-md5sums=('eb686e4fcaa066dfa77d29b2d4551aab')
+md5sums=('e3b1f31ae906ebbd92678fdac0fdd411')
build() {
cd $srcdir/mtasc-$pkgver
- sed -i 's|let base_path = normalize_path (try Extc.executable_path() with _ -> ".") in|let base_path = "/usr/share/mtasc/" in|' ocaml/mtasc/main.ml
(cd ocaml/extc && make)
ocaml install.ml
}