summaryrefslogtreecommitdiffstats
path: root/abs/extra/ocaml
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/ocaml')
-rw-r--r--abs/extra/ocaml/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra/ocaml/PKGBUILD b/abs/extra/ocaml/PKGBUILD
index f1b1343..7f60fc6 100644
--- a/abs/extra/ocaml/PKGBUILD
+++ b/abs/extra/ocaml/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase='ocaml'
pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.02.3
-pkgrel=2
+pkgver=4.04.0
+pkgrel=1
pkgdesc="A functional language with OO extensions"
arch=('i686' 'x86_64')
license=('LGPL2.1' 'custom: QPL-1.0')
@@ -12,8 +12,8 @@ url="http://caml.inria.fr/"
depends=('gdbm')
makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ef1a324608c97031cbd92a442d685ab7')
+source=(http://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('1878ba4338e4fad5b057428e182fba806c545d57')
options=('!makeflags' '!emptydirs' 'staticlibs')
build() {