Date: Thursday, August 19, 2010 @ 09:05:24 Author: tpowa Revision: 88099
upgpkg: ocaml 3.12.0-1 bump to latest version Modified: ocaml/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-08-19 13:05:24 UTC (rev 88098) +++ PKGBUILD 2010-08-19 13:05:24 UTC (rev 88099) @@ -2,7 +2,7 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=ocaml -pkgver=3.11.2 +pkgver=3.12.0 pkgrel=1 pkgdesc="A functional language with OO extensions" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ depends=('gdbm') makedepends=('tk' 'ncurses>=5.6-7' 'libx11') optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') -source=(http://caml.inria.fr/distrib/ocaml-3.11/$pkgname-$pkgver.tar.gz) +source=(http://caml.inria.fr/distrib/ocaml-3.12/$pkgname-$pkgver.tar.gz) options=('!makeflags' '!emptydirs') build() { @@ -26,4 +26,4 @@ # install license install -D -m 644 $startdir/src/$pkgname-$pkgver/LICENSE $startdir/pkg/usr/share/licenses/ocaml/LICENSE } -md5sums=('9d0611245122ffbc8263735cae1da7fb') +md5sums=('3ba7cc65123c3579f14e7c726d3ee782')
