summaryrefslogtreecommitdiff
path: root/extra/ocaml
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ocaml')
-rw-r--r--extra/ocaml/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/ocaml/PKGBUILD b/extra/ocaml/PKGBUILD
index b431666a5..1ec4563f4 100644
--- a/extra/ocaml/PKGBUILD
+++ b/extra/ocaml/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 143814 2011-11-29 13:33:35Z stephane $
+# $Id: PKGBUILD 166395 2012-09-07 16:07:57Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgbase='ocaml'
pkgname=('ocaml')
# Needs optimized build.
[ "$CARCH" = "mips64el" ] || pkgname+=('ocaml-compiler-libs')
-pkgver=3.12.1
-pkgrel=3
+pkgver=4.00.0
+pkgrel=1
pkgdesc="A functional language with OO extensions"
arch=('i686' 'x86_64' 'mips64el')
license=('LGPL2' 'custom: QPL-1.0')
@@ -14,10 +14,9 @@ url="http://caml.inria.fr/"
depends=('gdbm')
makedepends=('tk' 'ncurses>=5.6-7' 'libx11')
optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-3.12/${pkgname}-${pkgver}.tar.gz
+source=(http://caml.inria.fr/distrib/ocaml-4.00/${pkgname}-${pkgver}.tar.gz
fix-caml_int64_float_of_bits-n32.patch)
-md5sums=('814a047085f0f901ab7d8e3a4b7a9e65'
- 'e2c8bc316efe40532c5b9d7f9a1d8d62')
+options=('!makeflags' '!emptydirs')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -63,3 +62,5 @@ optdepends=()
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
}
+md5sums=('fa11560a45793bd9fa45c1295a6f4a91'
+ 'e2c8bc316efe40532c5b9d7f9a1d8d62')