diff --git a/ocaml/PKGBUILD b/ocaml/PKGBUILD index bc1390f8e..a597f0cb9 100644 --- a/ocaml/PKGBUILD +++ b/ocaml/PKGBUILD @@ -3,17 +3,18 @@ pkgbase='ocaml' pkgname=('ocaml' 'ocaml-compiler-libs') -pkgver=4.02.3 +_pkgver=4.03 +pkgver=4.03.0 pkgrel=1 pkgdesc="A functional language with OO extensions" arch=('x86_64') license=('LGPL2.1' 'custom: QPL-1.0') -url="http://caml.inria.fr/" +url="http://ocaml.org/" 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/pub/distrib/${pkgbase}-${_pkgver}/${pkgname}-${pkgver}.tar.gz) +md5sums=('43812739ea1b4641cf480f57f977c149') options=('!makeflags' '!emptydirs' 'staticlibs') build() {