summaryrefslogtreecommitdiff
path: root/community/mtasc
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-06 23:10:44 +0000
committerroot <root@rshg047.dnsready.net>2011-07-06 23:10:44 +0000
commitb215b5e985b9310dff8d992510f12a87141fe7cb (patch)
treebc81c9c0c02ab9a4d6ee15e553850141b8d46f94 /community/mtasc
parent9d2caacbc33de06407311a5da87e5d22e0266435 (diff)
Wed Jul 6 23:10:44 UTC 2011
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
}