diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-02-08 16:20:01 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-02-08 16:20:01 (GMT) |
commit | 4d46b966edeae4b57a897922261cc0e9cbb700b3 (patch) | |
tree | 0faec83883807063443d1d74a21b228dfb6bcff7 /abs | |
parent | e1d6d73b31963704ef21247ecebca5875248c73d (diff) | |
download | linhes_pkgbuild-4d46b966edeae4b57a897922261cc0e9cbb700b3.zip linhes_pkgbuild-4d46b966edeae4b57a897922261cc0e9cbb700b3.tar.gz linhes_pkgbuild-4d46b966edeae4b57a897922261cc0e9cbb700b3.tar.bz2 |
ocaml: update to 4.04.0
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra/ocaml/PKGBUILD | 8 |
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() { |