ocaml: update to 4.03.0

This commit is contained in:
Chaoting Liu 2016-10-03 09:42:25 +01:00
parent 64704bc07a
commit 31b6cac563

View File

@ -3,17 +3,18 @@
pkgbase='ocaml' pkgbase='ocaml'
pkgname=('ocaml' 'ocaml-compiler-libs') pkgname=('ocaml' 'ocaml-compiler-libs')
pkgver=4.02.3 _pkgver=4.03
pkgver=4.03.0
pkgrel=1 pkgrel=1
pkgdesc="A functional language with OO extensions" pkgdesc="A functional language with OO extensions"
arch=('x86_64') arch=('x86_64')
license=('LGPL2.1' 'custom: QPL-1.0') license=('LGPL2.1' 'custom: QPL-1.0')
url="http://caml.inria.fr/" url="http://ocaml.org/"
depends=('gdbm') depends=('gdbm')
makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11') makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz) source=(http://caml.inria.fr/pub/distrib/${pkgbase}-${_pkgver}/${pkgname}-${pkgver}.tar.gz)
md5sums=('ef1a324608c97031cbd92a442d685ab7') md5sums=('43812739ea1b4641cf480f57f977c149')
options=('!makeflags' '!emptydirs' 'staticlibs') options=('!makeflags' '!emptydirs' 'staticlibs')
build() { build() {