diff options
author | Britney Fransen <brfransen@gmail.com> | 2019-02-21 03:03:07 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2019-02-21 03:03:07 (GMT) |
commit | 5eff1727bf01c7d21d350fb11dc71ee07943b813 (patch) | |
tree | bf78c48b4afde8454c1b2324d3f07c62b7a037d1 | |
parent | d85cd1f4a01df707f188744861966b8d12a7cda4 (diff) | |
download | linhes_pkgbuild-5eff1727bf01c7d21d350fb11dc71ee07943b813.zip linhes_pkgbuild-5eff1727bf01c7d21d350fb11dc71ee07943b813.tar.gz linhes_pkgbuild-5eff1727bf01c7d21d350fb11dc71ee07943b813.tar.bz2 |
ocaml: update to 4.07.1
-rw-r--r-- | abs/extra/ocaml/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/abs/extra/ocaml/PKGBUILD b/abs/extra/ocaml/PKGBUILD index 2527a98..f6b0fa9 100644 --- a/abs/extra/ocaml/PKGBUILD +++ b/abs/extra/ocaml/PKGBUILD @@ -1,10 +1,9 @@ -# $Id$ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgbase='ocaml' pkgname=('ocaml' 'ocaml-compiler-libs') -pkgver=4.06.0 -pkgrel=2 +pkgver=4.07.1 +pkgrel=1 pkgdesc="A functional language with OO extensions" arch=('x86_64') license=('LGPL2.1' 'custom: QPL-1.0') @@ -13,7 +12,7 @@ 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-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha1sums=('831fab643feb0f78bd206f0a9a09a92df58838e7') +sha1sums=('4f6457627a034e3b58c88a5ee6cc69aebd306746') options=('!makeflags' '!emptydirs' 'staticlibs') build() { |